VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftFileHandler Class / IsEmptySessionSupported Property
Syntax Remarks Requirements SeeAlso
In This Topic
IsEmptySessionSupported Property (VintasoftFileHandler)
In This Topic
Gets or sets a value indicating whether the HTTP handler can work with undefined session.
Syntax
'Declaration

Public Overridable Property IsEmptySessionSupported As Boolean

public virtual bool IsEmptySessionSupported { get; set; }

Property Value

True - HTTP handler can work with undefined sessions. False - HTTP handler cannot work with undefined sessions. Default value is false.
Remarks

Data storage and cache managers of this HTTP handler will use shared directories for all clients if HTTP handler can work without session identifier and client code did not provided session identifier.

Requirements

Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also