VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Api2Controllers Namespace / VintasoftBarcodeApi2Controller Class / IsEmptySessionSupported Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IsEmptySessionSupported Property (VintasoftBarcodeApi2Controller)
    In This Topic
    Gets or sets a value indicating whether the API controller can work with undefined session.
    Syntax
    'Declaration
    
    Public Overridable Property IsEmptySessionSupported As Boolean
    
    
    public virtual bool IsEmptySessionSupported { get; set; }
    
    
    public: __property virtual bool get_IsEmptySessionSupported();
    public: __property virtual void set_IsEmptySessionSupported(
    bool value
    );
    public:
    virtual property bool IsEmptySessionSupported { bool get(); void set(bool value); }

    Property Value

    True - API controller can work with undefined sessions. False - API controller cannot work with undefined sessions. Default value is false.
    Remarks

    Data storage and cache managers of this API controller will use shared directories for all clients if API controller 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