IHttpSessionState Methods
.NET Framework 3.0
| 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.
|
Reference
IHttpSessionState InterfaceSystem.Web.SessionState Namespace
Other Resources
ASP.NET Session StateCommunity Additions
ADD
Show: