コード例 #1
0
ファイル: RedisSessionStore.cs プロジェクト: chakrit/fu-sharp
 public void DeleteSession(ISession session)
 {
     session.Destroy();
 }