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 ConfigFile.Data.Session
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 |
---|---|
bool |