Click or drag to resize

Session Class

Web session helper
Inheritance Hierarchy
SystemObject
  Velo.Web.HelperSession

Namespace:  Velo.Web.Helper
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static class Session

The Session type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBuildVersionToHTML
Information about this build version (Debug, Test, Release) HTML formatted
Public propertyStatic memberIsAdministrator
Is the logged in user a administrator
Public propertyStatic memberIsAuthenticated
Is the logged in user authenticated
Public propertyStatic memberLastException
Temporary last exception
Public propertyStatic memberMessage
Message handling for View. Note: the Message will after the read (get) reset.
Public propertyStatic memberCode exampleURLReferrer
Referrer URL
Public propertyStatic memberURLRoot
Gives URL root from Web.config (AppSetings)
Public propertyStatic memberUser
Returns the logged in user
Top
Methods
  NameDescription
Private methodStatic memberClear
Private methodStatic memberGetValue
Gives a session variable value of type string
Public methodStatic memberLogIn
Application log in
Public methodStatic memberLogOff
Private methodStatic memberSetValue
Set a session variable value of type string
Private methodStatic memberToBoolean
Convert a text to boolean value.
Top
See Also