The
methods
of System.Web.SessionState.HttpSessionStateContainer are listed below. For a list of all members, see the HttpSessionStateContainer Members list.
See Also: Inherited members from System.Object
Public Methods
| Abandon()
Marks the current session as abandoned.
|
| Add(string, object)
Adds a new item to the session-state collection.
|
| Clear()
Removes all values and keys from the session-state collection.
|
| CopyTo(Array, int)
Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array.
|
| GetEnumerator() : IEnumerator
Returns an enumerator that can be used to read all the session-state variable names in the current session.
|
| Remove(string)
Deletes an item from the session-state collection.
|
| RemoveAll()
Clears all session-state values.
|
| RemoveAt(int)
Deletes an item at a specified index from the session-state collection.
|