Class ConfigFile.Data.Session
This section governs session handling - what is the scope/storage of the session state, etc
Inheritance
System.Object
ConfigFile.Data.Session
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Session : Object
Properties
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 |
---|---|
System.Boolean |