Discuss this help topic in SecureBlackbox Forum
Specifies whether the session cookie is set.
Declaration
[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