Indy 9
|
TIdServerCookies = class(TIdCookies)
TIdServerCookies is the type used by TIdHTTPRequestInfo and TIdHTTPResponseInfo to represent the Cookie collection maintained by a TIdHTTP server.
property Cookie [const AName: string]: TIdCookieRFC2109;
Use CookieListByDomain to limit access to Cookie collection items having a specified Domain value. Use Items to access Cookie collection items by their integer position in the container.
function Add: TIdServerCookie;
Add is called from TIdHTTPServer when cookies are created to represent the Session used for an HTTP client connection, or when Cookies are received in the request for an executing peer thread.