Session Class |
Namespace: SOWIWeb.Helper
The Session type exposes the following members.
| Name | Description | |
|---|---|---|
| AppOption |
Gives App Option
| |
| ClientAddressID |
Active client Address ID
| |
| ClientID |
Active Client ID
| |
| ClientName |
Active Client name
| |
| ClientOption |
Gives Client Option. Details see IClientOption | |
| DictionaryUI |
Session Dictionary UI. Setting by SOWIApp.Management.DictionaryUI with this session Language and Client ID.
| |
| DownloadContent |
Temporary property for use download
| |
| DownloadFile |
Download file handling
| |
| DownloadFileName |
Temporary property for use download
| |
| DownloadFileType |
Temporary property for use download
| |
| IsAuthenticated |
Is active session authenticated
| |
| LanguageUIID |
Active Language UI ID
| |
| LanguageUIName |
Session user interface language name e.g. DE, EN...
| |
| Message |
Message handling for View. Note: the Message will after the read (get) reset.
| |
| ReturnUrl |
Return url handling for View. Note: the ReturnUrl will after the read (get) reset.
| |
| Token |
Active session token
| |
| UploadContent |
Temporary property for use upload
| |
| UploadFile |
Upload file handling
| |
| UploadFileName |
Temporary property for use upload
| |
| UploadFileType |
Temporary property for use upload
| |
| UserAddressID |
Active user Address ID
| |
| UserEmailAddress |
Active user email address
| |
| UserName |
Active User name
| |
| UserOption |
Gives User Option
|
| Name | Description | |
|---|---|---|
| GetLanguage | ||
| GetSession |
Gives a session variable value of type string
| |
| GoToReturnUrl |
Redirection to ReturnUrl | |
| LogIn |
Web log in
| |
| LogOff |
Web log off
| |
| SetSession |
Set a session variable value of type string
|