SessionIDManager.InitializeRequest Method (HttpContext, Boolean, Boolean)
Performs per-request initialization of the SessionIDManager object.
Assembly: System.Web (in System.Web.dll)
abstract InitializeRequest : context:HttpContext * suppressAutoDetectRedirect:bool * supportSessionIDReissue:bool byref -> bool override InitializeRequest : context:HttpContext * suppressAutoDetectRedirect:bool * supportSessionIDReissue:bool byref -> bool
Parameters
- context
-
Type:
System.Web.HttpContext
The HttpContext object that contains information about the current request.
- suppressAutoDetectRedirect
-
Type:
System.Boolean
true to redirect to determine cookie support; otherwise, false to suppress automatic redirection to determine cookie support.
- supportSessionIDReissue
-
Type:
System.Boolean
When this method returns, contains a Boolean that indicates whether the SessionIDManager object supports issuing new session IDs when the original ID is out of date. This parameter is passed uninitialized.
Return Value
Type: System.Booleantrue to indicate the SessionIDManager object has done a redirect to determine cookie support; otherwise, false.
When the cookieless attribute of the sessionState element is set to AutoDetect, the SessionIDManager object will redirect to the same path to determine whether the connecting browser supports cookies. If the suppressAutoDetectRedirect parameter is false, the server will not perform this redirection.
The supportSessionIDReissue parameter will be returned false if the request is using cookies for session identification.
Available since 2.0