Session Class |
Namespace: Dynamicweb.Environment.Web
The Session type exposes the following members.
Name | Description | |
---|---|---|
Item |
Gets or sets a session value by using the specified key
| |
Keys | ||
SessionID |
Gets the unique identifier for the session
|
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
|