IHttpSessionState.RemoveAll Method
.NET Framework 2.0
Clears all values from the session-state item collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the RemoveAll method of the IHttpSessionState interface to delete all items from an internal session-state item collection.
Community Additions
ADD
Show: