Session Class |
Namespace: Velo.Web.Helper
The Session type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildVersionToHTML |
Information about this build version (Debug, Test, Release) HTML formatted
| |
| IsAdministrator |
Is the logged in user a administrator
| |
| IsAuthenticated |
Is the logged in user authenticated
| |
| LastException |
Temporary last exception
| |
| Message |
Message handling for View. Note: the Message will after the read (get) reset.
| |
| URLReferrer |
Referrer URL
| |
| URLRoot |
Gives URL root from Web.config (AppSetings)
| |
| User |
Returns the logged in user
|
| 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.
|