Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SessionStateStoreProviderBase.InitializeRequest Method (HttpContext)

 

Called by the SessionStateModule object for per-request initialization.

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

Public MustOverride Sub InitializeRequest (
	context As HttpContext
)

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
Return to top
Show: