SessionIDManager.GetSessionID Method
.NET Framework 3.0
Gets the session-identifier value from the current Web request.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public final String GetSessionID ( HttpContext context )
public final function GetSessionID ( context : HttpContext ) : String
Not applicable.
Parameters
- context
The current HttpContext object that references server objects used to process HTTP requests (for example, the Request and Response properties).
Return Value
The current SessionID.| Exception type | Condition |
|---|---|
|
The length of the session-identifier value retrieved from the HTTP request exceeds the SessionIDMaxLength value. |
This method is not intended to be called from application code.
The SessionStateModule calls the GetSessionID method during the AcquireRequestState event to retrieve the SessionID from the current HttpRequest.
Community Additions
ADD
Show: