Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Cookie UDR is used for including cookie information in Response UDRs.
 

The following fields are included in the Cookie UDR:

FieldDescription
domain (string)The domain to which the cookie belongs.
expires (string)The date and time when the cookie expires.

httponly (boolean)

If set to true, cookies will not be exposed through channels other than HTTP and HTTPS requests.

name (string)

The name of the cookie.

path (string)The path to the page the cookie belongs to, for example "mydomain.com/mypage.html".
secure (boolean)Indicates whether the data is sent in secure mode or not.
value (string)The value of the cookie.


  • No labels