This documentation is archived and is not being maintained.
SessionStateUtility Methods
Visual Studio 2008
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: