Session Properties |
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
|