SessionStateUtility Methods
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AddHttpSessionStateToContext(HttpContext, IHttpSessionState) | Applies the session data to the context for the current request. |
![]() ![]() | GetHttpSessionStateFromContext(HttpContext) | Retrieves session data from the context for the current request. |
![]() ![]() | GetSessionStaticObjects(HttpContext) | Gets a reference to the static objects collection for the specified context. |
![]() ![]() | IsSessionStateReadOnly(HttpContext) | Gets a value which indicates whether the session state is read-only for the specified HttpContext. |
![]() ![]() | IsSessionStateRequired(HttpContext) | Gets a value which indicates whether the session state is required for the specified HttpContext. |
![]() ![]() | RaiseSessionEnd(IHttpSessionState, Object, EventArgs) | Executes the Session_OnEnd event defined in the Global.asax file for the ASP.NET application. |
![]() ![]() | RemoveHttpSessionStateFromContext(HttpContext) | Removes session data from the specified context. |
Show:

