Domain property: Cookie class

Description

This property returns the domain of this cookie, or null if not defined. This property is a string value.

This property is read/write.

Example

&cookie = &Response.AddCookie("My cookie", "My value");

&cookie.Domain = ".example.com";