This documentation is archived and is not being maintained.
IHttpSessionState Methods
Visual Studio 2008
The IHttpSessionState type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abandon | Ends the current session. |
|
Add | Adds a new item to the session-state collection. |
|
Clear | Clears all values from the session-state item collection. |
|
CopyTo | Copies the collection of session-state item values to a one-dimensional array, starting at the specified index in the array. |
|
GetEnumerator | Returns an enumerator that can be used to read all the session-state item values in the current session. |
|
Remove | Deletes an item from the session-state item collection. |
|
RemoveAll | Clears all values from the session-state item collection. |
|
RemoveAt | Deletes an item at a specified index from the session-state item collection. |
Show: