Provides classes and interfaces that enable storage of data specific to a single client within a web application on the server. The session-state data is used to give the client the appearance of a persistent connection with the application. State information can be stored within local process memory or, for web farm configurations, it can be stored out of process using either the ASP.NET State service or a Microsoft SQL Server database.
Classes HttpSessionStateProvides access to session-state values as well as session-level settings and lifetime management methods.
HttpSessionStateContainerContains session-state values as well as session-level settings for the current request.
SessionIDManagerManages unique identifiers for ASP.NET session state.
SessionStateItemCollectionA collection of objects stored in session state. This class cannot be inherited.
SessionStateModuleProvides session-state services for an application. This class cannot be inherited.
SessionStateStoreDataRepresents session-state data for a session store.
SessionStateStoreProviderBaseDefines the required members of a session-state provider for a data store.
SessionStateUtilityProvides helper methods used by session-state modules and session-state store providers to manage session information for an ASP.NET application. This class cannot be inherited.
StateRuntimeManages session data stored in the ASP.NET state service. This class cannot be inherited.
Interfaces IHttpSessionStateDefines the contract to implement a custom session-state container.
IPartialSessionStateWhen implemented in a type, returns a list of zero or more session keys that indicate to a session-state provider which session-state items have to be retrieved.
IReadOnlySessionStateSpecifies that the target HTTP handler requires only read access to session-state values. This is a marker interface and has no methods.
IRequiresSessionStateSpecifies that the target HTTP handler requires read and write access to session-state values. This is a marker interface and has no methods.
ISessionIDManagerDefines the contract that a custom session-state identifier manager must implement.
ISessionStateItemCollectionDefines the contract for the collection used by ASP.NET session state to manage session.
ISessionStateModuleDefines the interface for managing session state modules.
IStateRuntimeDefines the interface used by the ASP.NET state service to manage session data.
Enums SessionStateActionsIdentifies whether a session item from a data store is for a session that requires initialization.
SessionStateBehaviorSpecifies the type of session support that is required in order to handle a request.
SessionStateModeSpecifies the session-state mode.
DelegatesSession state can be used with clients that do not support cookies. ASP.NET can be configured to encode a session ID in the URL string that is transmitted between the client and the server.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4