Internet Direct (Indy)
Home
PreviousUpNext
TIdNetscapeCookie.ServerCookie Property

Represents the Cookie contents in a Server response.

Pascal
property ServerCookie: String;

ServerCookie is a read-only String property that contains the textual representation of the Cookie name value pair and optional attributes, like CookieText

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. 

ServerCookie is used to provide persistent state information from an HTTP Server to an HTTP client.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.