Internet Direct (Indy) Version 9.0.2 Beta
|
TIdNetscapeCookie = class(TCollectionItem)
TIdNetscapeCookie provides methods and properties to allow introduction of one or more Cookie values and associated Cookie attributes to the client as part of an HTTP response, including the common Cookie headers Name, Value, Domain, Path, and Secure.
TIdNetscapeCookie also implements the Expires header to let the client know when it is safe to purge Cookie data.
TIdNetscapeCookie can also be used to represent Cookie values returned from a client to an HTTP Server.
TIdNetscapeCookie is used as the ancestor for descendant classes that implement alternate Cookie representations, including TIdCookie2109 and TIdCookie2965.