Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPResponseInfo.Cookies Property

Identifies Cookies for the HTTP response.

Pascal
property Cookies: TIdServerCookies;

Cookies is a TIdServerCookies property that is the container for cookie values to be included in the HTTP response. The initial values for Cookies are assigned during execution of the HTTP client session in TIdCustomHTTPServer when they are read from the HTTP request. 

Cookies is used to store the GSessionIDCookie that represents persistent state information for the HTTP session. Cookies is also used when headers for the HTTP response are constructed and written in TIdHTTPResponseInfo.WriteHeader.

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.