ISessionStateModule Interface

Definition

Defines the interface for managing session state modules.

C#
public interface ISessionStateModule : System.Web.IHttpModule
Derived
Implements

Methods

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.

Applies to

Product Versions
.NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1