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 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top