![]() | Session Methods |
The Session type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abandon |
Abandons this session.
|
![]() | Add |
Adds the specified value to the session using the speficied name
|
![]() | GetSnapshot |
Takes a snapshop of all values and keys currently in the session object, and returns a SnapShop object
|
![]() | Remove |
Removes the item from session with the specified key
|
![]() | RemoveAll |
Removes all keys and values from the Session object
|