Microsoft.AspNetCore.Session Namespace

Contains a middleware for managing session state.

Classes

DistributedSession

An ISession backed by an IDistributedCache.

DistributedSessionStore

An ISessionStore backed by an IDistributedCache.

SessionDefaults

Represents defaults for the Session.

SessionFeature

Provides access to the ISession for the current request.

SessionMiddleware

Enables the session state for the application.

Interfaces

ISessionStore

Storage for sessions that maintain user data while the user browses a web application.

Remarks

For more information about ASP.NET Core session state, see Session state.