RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.Domain Property

Specifies the Domain field of the cookie header.

Pascal
property Domain: string;
C++
__property AnsiString Domain;

Use Domain to limit the recipients of the cookie header to certain domains. The Web client will only send this cookie on to URIs in the specified domain. To limit the recipients to certain paths within the specified domain, use the Path property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!