Discuss this help topic in SecureBlackbox Forum

TElSAMLSession.CookieSet

TElSAMLSession     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the session cookie is set.

Declaration

[C#]
    bool CookieSet;

[VB.NET]
    Property CookieSet As Boolean

[Pascal]
    property CookieSet : boolean;

[C++]
    bool get_CookieSet();
    void set_CookieSet(bool Value);

[PHP]
    bool get_CookieSet()
    void set_CookieSet(bool $Value)

[Java]
    boolean getCookieSet();
    void setCookieSet(boolean Value);

Description

This property indicates whether the session cookie is set. The default value is false.

Discuss this help topic in SecureBlackbox Forum