Discuss this help topic in SecureBlackbox Forum
Optional comment URL of the cookie.
Declaration
[VB.NET]
Property CommentURL As String
[Pascal]
property CommentURL : string;
[C++]
void get_CommentURL(std::string &OutResult);
void set_CommentURL(const std::string &Value);
[PHP]
string get_CommentURL()
void set_CommentURL(string $Value)
[Java]
String getCommentURL();
void setCommentURL(String Value);
Description
This property contains optional comment URL about the cookie sent by the server.
This attribute is defined in RFC 2965, but is omited in RFC 6265.
Discuss this help topic in SecureBlackbox Forum