Show / Hide Table of Contents

Interface ConfigFile.IDataSessionConfiguration

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

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IDataSessionConfiguration

Properties

ReauthenticateOnDeserialization

A full re-authentication is carried out each time the session is de-serialized (e.g. from the session server).

Declaration
bool ReauthenticateOnDeserialization { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top