Show / Hide Table of Contents

Class ConfigFile.Data.Session

This section governs session handling - what is the scope/storage of the session state, etc

Inheritance
Object
ConfigFile.Data.Session
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top