Class ConfigFile.Data.Session
This section governs session handling - what is the scope/storage of the session state, etc
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Session
Properties
Mode
The mode of the session: [Thread|Contact|Process]; maps to a class name that provides session storage
Declaration
public static string Mode { get; set; }
Property Value
Type | Description |
---|---|
String |
ReauthenticateOnDeserialization
A full re-authentication is carried out each time the session is de-serialized (e.g. from the session server).
Declaration
public static bool ReauthenticateOnDeserialization { get; set; }
Property Value
Type | Description |
---|---|
Boolean |