Internet Direct (Indy) Version 9.0.2 Beta
TIdNetscapeCookie.Domain
Indicates the host system where a Cookie is valid.

property Domain: String;
Description
Domain is a String property that represents the optional Cookie attribute that specifies the host system where the Cookie is valid. Domain can contain an explicit value, beginning with a '.', or the value of the host that receives the request.

Domain is used in IsValidCookie to determine if a specific Cookie can be used for the server host in an HTTP request.

Use Path to determine the subset of URLs where a Cookie is valid.