Click or drag to resize

Session Class

Session helper for Web. Properties for SOWI Management.
Inheritance Hierarchy
SystemObject
  SOWIWeb.HelperSession

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static class Session

The Session type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppOption
Gives App Option
Public propertyStatic memberClientAddressID
Active client Address ID
Public propertyStatic memberClientID
Active Client ID
Public propertyStatic memberClientName
Active Client name
Public propertyStatic memberClientOption
Gives Client Option. Details see IClientOption
Public propertyStatic memberDictionaryUI
Session Dictionary UI. Setting by SOWIApp.Management.DictionaryUI with this session Language and Client ID.
Private propertyStatic memberDownloadContent
Temporary property for use download
Public propertyStatic memberDownloadFile
Download file handling
Private propertyStatic memberDownloadFileName
Temporary property for use download
Private propertyStatic memberDownloadFileType
Temporary property for use download
Public propertyStatic memberIsAuthenticated
Is active session authenticated
Public propertyStatic memberLanguageUIID
Active Language UI ID
Public propertyStatic memberLanguageUIName
Session user interface language name e.g. DE, EN...
Public propertyStatic memberMessage
Message handling for View. Note: the Message will after the read (get) reset.
Public propertyStatic memberCode exampleReturnUrl
Return url handling for View. Note: the ReturnUrl will after the read (get) reset.
Public propertyStatic memberToken
Active session token
Private propertyStatic memberUploadContent
Temporary property for use upload
Public propertyStatic memberCode exampleUploadFile
Upload file handling
Private propertyStatic memberUploadFileName
Temporary property for use upload
Private propertyStatic memberUploadFileType
Temporary property for use upload
Public propertyStatic memberUserAddressID
Active user Address ID
Public propertyStatic memberUserEmailAddress
Active user email address
Public propertyStatic memberUserName
Active User name
Public propertyStatic memberUserOption
Gives User Option
Top
Methods
  NameDescription
Private methodStatic memberGetLanguage
Private methodStatic memberGetSession
Gives a session variable value of type string
Public methodStatic memberGoToReturnUrl
Redirection to ReturnUrl
Public methodStatic memberLogIn
Web log in
Public methodStatic memberLogOff
Web log off
Private methodStatic memberSetSession
Set a session variable value of type string
Top
See Also