Microsoft.AspNetCore.Session Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.