Internet Direct (Indy) Version 9.0.2 Beta
TIdNetscapeCookie.ServerCookie
Represents the Cookie contents in a Server response.

property ServerCookie: String;
Description
ServerCookie is a read-only String property that represents the textual representation of the Cookie name value pair and optional attributes, like CookieText. ServerCookie is used to provide persistent state information from an HTTP Server to an HTTP client.

Use ClientCookie to provide information about a persistent session as part of an HTTP client request.

Use CookieText to access Cookie properties when updates can be performed.