- context
The current System.Web.HttpContext object that references server objects used to process HTTP requests (for example, the System.Web.HttpContext.Request and System.Web.HttpContext.Response properties).
![]()
The current HttpSessionState.SessionID.
This method is not intended to be called from application code.
The System.Web.SessionState.SessionStateModule calls the SessionIDManager.GetSessionID(System.Web.HttpContext) method during the System.Web.HttpApplication.AcquireRequestState event to retrieve the HttpSessionState.SessionID from the current System.Web.HttpRequest.