Microsoft.AspNetCore.Session 命名空间

包含用于管理会话状态的中间件。

DistributedSession

ISession 提供支持的 IDistributedCache

DistributedSessionStore

ISessionStore 提供支持的 IDistributedCache

SessionDefaults

表示会话的默认值。

SessionFeature

为当前请求提供对 ISession 的访问。

SessionMiddleware

启用应用程序的会话状态。

接口

ISessionStore

用于在用户浏览 Web 应用程序时维护用户数据的会话的存储。

注解

有关 ASP.NET Core会话状态的详细信息,请参阅会话状态