Session Methods |
The Session type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | ||
| GetValue |
Gives a session variable value of type string
| |
| LogIn |
Application log in
| |
| LogOff |
Logged off call method Clear | |
| SetValue |
Set a session variable value of type string
| |
| ToBoolean |
Convert a text to boolean value.
|