Internet Direct (Indy) Version 9.0.2 Beta
TIdCookieRFC2965.CommentURL
Represents a network resource for user data or documentation about the Cookie.

property CommentURL: String;
Description
CommentURL is a String property that represents the optional Cookie attribute used to derive or store private information about a user, and allows an origin server to document how it intends to use the Cookie. CommentURL refers to a Univesal Resource Locator for the network resource.

An HTTP client can inspect CommentURL to decide whether to initiate or continue a session with this Cookie. If a Cookie includes a CommentURL value, the HTTP client should store that information in a human-readable form with the Cookie, or, preferably, should allow the user to follow the link as part of a Cookie inspection user interface.

Use Comment to include user or documentation data in the Cookie contents.