System.Web.SessionState.SessionStateStoreProviderBase.InitializeRequest Method

Called by the System.Web.SessionState.SessionStateModule object for per-request initialization.

Syntax

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

Parameters

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

Remarks

The System.Web.SessionState.SessionStateModule object calls the SessionStateStoreProviderBase.InitializeRequest(System.Web.HttpContext) method before calling any other System.Web.SessionState.SessionStateStoreProviderBase method. You can use the SessionStateStoreProviderBase.InitializeRequest(System.Web.HttpContext) method to perform any per-request initialization 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