SessionHelper Methods |
The SessionHelper type exposes the following members.
Name | Description | |
---|---|---|
Abandon |
Cancels the current session.
| |
Clear |
Clears the session content starting with given string
| |
GetSessionID |
Returns the session ID.
| |
GetValue |
Returns the given session value.
| |
InitSessionTimeout |
Initializes the session timeout variable
| |
Remove |
Sets the session value.
| |
SetValue |
Sets the session value.
|