Called by the System.Web.SessionState.SessionStateModule object for per-request initialization.
- context
The System.Web.HttpContext for the current request.
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.