ISessionIDManager.RemoveSessionID Method
.NET Framework 3.0
Deletes the session identifier from the cookie or from the URL.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
void RemoveSessionID ( HttpContext context )
function RemoveSessionID (
context : HttpContext
)
Not applicable.
Parameters
- context
The current HttpContext object that references server objects used to process HTTP requests (for example, the Request and Response properties).
The SessionStateModule calls the RemoveSessionID method during the System.Web.HttpApplication.ReleaseRequestState event to remove the session identifier from the System.Web.HttpResponse.Cookies collection if a new session was created but was not used.
Community Additions
ADD
Show: