Discuss this help topic in SecureBlackbox Forum
Contains the value of the cookie.
Declaration
[VB.NET]
Property Value As String
[Pascal]
property Value : string;
[C++]
void get_Value(std::string &OutResult);
void set_Value(const std::string &Value);
[PHP]
string get_Value()
void set_Value(string $Value)
[Java]
String getValue();
void setValue(String Value);
Description
This property contains the value of the cookie.
The field is mandatory. Cookies without a value are discarded.
Discuss this help topic in SecureBlackbox Forum