The
methods
of System.Web.SessionState.ISessionStateItemCollection are listed below. For a list of all members, see the ISessionStateItemCollection Members list.
Public Methods
| Clear()
Removes all values and keys from the session-state collection.
|
| Remove(string)
Deletes an item from the collection.
|
| RemoveAt(int)
Deletes an item at a specified index from the collection.
|