SessionStateStoreProviderBase::InitializeRequest Method (HttpContext^)
.NET Framework (current version)
Called by the SessionStateModule object for per-request initialization.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
The HttpContext for the current request.
The SessionStateModule object calls the InitializeRequest method before calling any other SessionStateStoreProviderBase method. You can use the InitializeRequest method to perform any per-request initialization required by your session-state store provider.
For an example of a session-state store provider implementation, see Implementing a Session-State Store Provider.
.NET Framework
Available since 2.0
Available since 2.0
Show: