ISessionStateModule Interface

 

Defines the interface for managing session state modules.

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

public interface ISessionStateModule : IHttpModule

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.

.NET Framework
Available since 4.6.2
Return to top
Show: