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

适用于