-
d_name
java.lang.String d_name
The cookie's name.
-
d_value
java.lang.String d_value
The cookie's value.
-
d_comment
java.lang.String d_comment
The cookie's comment.
-
d_urlComment
java.lang.String d_urlComment
The cookie's URL comment.
-
d_domain
java.lang.String d_domain
The cookie's domain.
-
d_maxAge
int d_maxAge
The cookie's maximum age in delta-seconds. A negative value means
that the user did not specify a maximum age.
-
d_expiration
java.util.Date d_expiration
The cookie's expiration date & time. Calculated from the
Max-Age attribute and the cookie's creation time.
-
d_path
java.lang.String d_path
The cookie's path (indicates a subset of the server's URLs).
-
d_ports
java.lang.String d_ports
The cookie's ports.
-
d_secure
boolean d_secure
Whether the cookie requires a secure connection.
-
d_discard
boolean d_discard
Whether the cookie should disappear when the user agent exists.
-
d_discardExplicit
boolean d_discardExplicit
Whether the discard attribute was set explicitly or by default.
-
d_version
java.lang.String d_version
The cookie description's version.