SessionStateModule Class
Provides session-state services for an application. This class cannot be inherited.
Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
The SessionStateModule type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | Executes final cleanup code before the SessionStateModule object is released from memory. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init | Calls initialization code when a SessionStateModule object is created. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
SessionStateModule is ASP.NET's default session-state handler. It writes session data to and retrieves it from the session-state store and raises the Session_OnStart and Session_OnEnd events. For details about how to use ASP.NET session state to store and retrieve values for a user session, see ASP.NET Session State Overview.
You can replace the SessionStateModule with a custom implementation of the IHttpModule interface that manages session state. For an example of a custom session-state module, see the SessionStateUtility class overview.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
