Indy 9
|
TIdServerCookie = class(TIdCookieRFC2109)
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.
procedure AddAttribute(const Attribute: String; const Value: String);
constructor Create(ACollection: TCollection); override;