ISessionStateItemCollection.Remove Method
.NET Framework 3.0
Deletes an item from the collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
In implementing the Remove method, you should set the Dirty property to true to indicatevalues in the ISessionStateItemCollection implementation have been modified.
If the ISessionStateItemCollection implementation does not contain an element with the specified name, the collection should remain unchanged and no exception be thrown.
Community Additions
ADD
Show: