Cookie(4.0)
The Cookie
UDR is used for including cookie information in Response
UDRs.
Â
The following fields are included in the Cookie
UDR:
Field | Description |
---|---|
domain (string) | The domain the cookie belongs to. |
expires (string) | The date and time when the cookie expires. |
httponly (boolean) | If set to |
name (string) | The name of the cookie. |
path (string) | The path to the page the cookie belongs to, e g "mydomain.com/mypage.html" |
secure (boolean) | Indicates whether the data is sent in secure mode or not. |
value (string) | The value of the cookie. |