HttpSessionStateContainer.Abandon Method
.NET Framework 2.0
Marks the current session as abandoned.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Abandon method of the HttpSessionStateContainer marks the IsAbandoned property as true. A custom session module can then query the IsAbandoned property and remove the session information if the IsAbandoned property is true.
Community Additions
ADD
Show: