Discuss this help topic in SecureBlackbox Forum
Contains the "port" attribute of the cookie.
Declaration
[VB.NET]
Property Port As String
[Pascal]
property Port : string;
[C++]
void get_Port(std::string &OutResult);
void set_Port(const std::string &Value);
[PHP]
string get_Port()
void set_Port(string $Value)
[Java]
String getPort();
void setPort(String Value);
Description
This property contains Port attribute of the cookie which is a coma-separated list of ports, for which the cookie is set.
This attribute is defined in RFC 2965, but is omited in RFC 6265.
Discuss this help topic in SecureBlackbox Forum