SessionIDManager.RemoveSessionID Method
.NET Framework 2.0
Deletes the session-identifier cookie from the HTTP response.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public final void RemoveSessionID ( HttpContext context )
public final 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).
This method is not intended to be called from application code.
The SessionStateModule calls the RemoveSessionID method during the ReleaseRequestState event to remove the session identifier from the Cookies collection of the HttpResponse if a new session was created but was not used.
Community Additions
ADD
Show: