ISessionIDManager.RemoveSessionID Method

Deletes the session identifier from the cookie or from the URL.

Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)

void RemoveSessionID (
	HttpContext^ context
)
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.

The following code example implements the RemoveSessionID method.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: