IHttpSessionState.Remove Method
.NET Framework 2.0
Deletes an item 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 Remove method of the IHttpSessionState interface to delete a session-state item from the session-state item collection by key name.
Community Additions
ADD
Show: