ISessionStateItemCollection.Clear Method
.NET Framework 3.0
Removes all values and keys from the session-state collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
In implementing the Clear method, you should set the Dirty property to true to indicatethatvalues in the ISessionStateItemCollection implementation have been modified.
Community Additions
ADD
Show: