Web.HTTPApp.TCookie.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: string read FPath write FPath;

C++

__property System::UnicodeString Path = {read=FPath, write=FPath};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookie

Description

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

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.

See Also