Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCookie.Path

Path attribute of the cookie

Declaration

Source position: httpdefs.pp line 173

public property TCookie.Path : string
  read FPath
  write FPath;

Description

Path specifies the URL path that must exist in the requested URL for the browser to send the cookie. If not specified, defaults to the path of the request URL that generated the cookie.


Documentation generated on: Aug 28 2026 Report a problem on this page