RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.Path Property

Identifies the paths of URLs to which the Cookie should be sent.

Pascal
property Path: AnsiString;
C++
__property AnsiString Path;

Use Path to limit the recipients of the cookie header to certain paths. The Web client will only send this cookie header on to URLs with the specified path. To limit the recipients to certain domains, use the Domain property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!