ISessionStateModule Interface
Defines the interface for managing session state modules.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes of the resources (other than memory) used by the module that implements IHttpModule.(Inherited from IHttpModule.) |
![]() | Init(HttpApplication) | Initializes a module and prepares it to handle requests.(Inherited from IHttpModule.) |
![]() | ReleaseSessionState(HttpContext) | Releases the session state for the specified HttpContext. |
![]() | ReleaseSessionStateAsync(HttpContext) | Asynchronously releases the session state for the specified HttpContext. |
.NET Framework
Available since 4.6.2
Available since 4.6.2
Show:
