HttpSessionStateContainer::Abandon Method ()
.NET Framework (current version)
Marks the current session as abandoned.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: