System.Web.SessionState.SessionStateUtility Members

The members of System.Web.SessionState.SessionStateUtility are listed below.

See Also: Inherited members from System.Object

Public Methods

static
AddHttpSessionStateToContext(System.Web.HttpContext, IHttpSessionState)

Applies the session data to the context for the current request.

static
GetHttpSessionStateFromContext(System.Web.HttpContext) : IHttpSessionState

Retrieves session data from the context for the current request.

static
GetSessionStaticObjects(System.Web.HttpContext) : System.Web.HttpStaticObjectsCollection

Gets a reference to the static objects collection for the specified context.

static
RaiseSessionEnd(IHttpSessionState, object, EventArgs)

Executes the Session_OnEnd event defined in the Global.asax file for the ASP.NET application.

static
RemoveHttpSessionStateFromContext(System.Web.HttpContext)

Removes session data from the specified context.