ISessionStateModule Methods

 

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodDispose()

Disposes of the resources (other than memory) used by the module that implements IHttpModule.(Inherited from IHttpModule.)

System_CAPS_pubmethodInit(HttpApplication^)

Initializes a module and prepares it to handle requests.(Inherited from IHttpModule.)

System_CAPS_pubmethodReleaseSessionState(HttpContext^)

Releases the session state for the specified HttpContext.

System_CAPS_pubmethodReleaseSessionStateAsync(HttpContext^)

Asynchronously releases the session state for the specified HttpContext.

Return to top
Show: