Internet Direct (Indy) Version 9.0.2 Beta
TIdServerCookie
Implements a collection item for HTTP Server Cookies.

TIdServerCookie = class(TIdCookieRFC2109)
Description
TIdServerCookie is a TIdCookieRFC2109 descendant that implements a collection item for a TIdServerCookies collection. TIdServerCookie is created and used by TIdHTTPServer in an HTTP request or response.

TIdServerCookie differs from TIdCookieRFC2109 by reinstituting use of the Expires property, instead of MaxAge, to indicate when Cookie data is no longer valid. There is many web browsers which does not support Max-Age as defined in RFC2109 and simply ignore it.