共用方式為


ISessionStore 介面

定義

在使用者流覽 Web 應用程式時維護使用者資料的會話儲存體。

public interface class ISessionStore
public interface ISessionStore
type ISessionStore = interface
Public Interface ISessionStore
衍生

方法

Create(String, TimeSpan, Func<Boolean>, Boolean)

在使用者流覽 Web 應用程式時維護使用者資料的會話儲存體。

Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean)

建立新的 或繼續 ISession

適用於