Discuss this help topic in SecureBlackbox Forum
Specifies the Cookie header of HTTP request
Declaration
[VB.NET]
Property Cookie As String
[Pascal]
property Cookie: string;
[C++]
void get_Cookie(std::string &OutResult);
void set_Cookie(const std::string &Value);
[PHP]
string get_Cookie()
void set_Cookie(string $Value)
Description
This property specifies the Cookie header of HTTP
request (please see the RFC #6265 for further information)
Discuss this help topic in SecureBlackbox Forum