This documentation is archived and is not being maintained.
SessionStateUtility Members
Visual Studio 2008
Provides 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.
The SessionStateUtility type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddHttpSessionStateToContext | Applies the session data to the context for the current request. |
|
GetHttpSessionStateFromContext | Retrieves session data from the context for the current request. |
|
GetSessionStaticObjects | Gets a reference to the static objects collection for the specified context. |
|
RaiseSessionEnd | Executes the Session_OnEnd event defined in the Global.asax file for the ASP.NET application. |
|
RemoveHttpSessionStateFromContext | Removes session data from the specified context. |
Show: