System.Web.SessionState.SessionStateStoreProviderBase.EndRequest Method

Called by the System.Web.SessionState.SessionStateModule object at the end of a request.

Syntax

public abstract void EndRequest (System.Web.HttpContext context)

Parameters

context
The System.Web.HttpContext for the current request.

Remarks

The System.Web.SessionState.SessionStateModule object calls the SessionStateStoreProviderBase.EndRequest(System.Web.HttpContext) method at the end of a request for an ASP.NET page, during the System.Web.HttpApplication.EndRequest event. You can use the SessionStateStoreProviderBase.EndRequest(System.Web.HttpContext) method to perform any per-request cleanup required by your session-state store provider.

Requirements

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