SessionIDManager::GetSessionID Method (HttpContext^)
.NET Framework (current version)
Gets the session-identifier value from the current Web request.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
The current HttpContext object that references server objects used to process HTTP requests (for example, the Request and Response properties).
| Exception | Condition |
|---|---|
| HttpException | 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: