Internet Direct (Indy) Version 9.0.2 Beta
TIdCookieRFC2109
Implements a persistent session mechanism using Cookies with extended headers.

TIdCookieRFC2109 = class(TIdNetscapeCookie)
Description
TIdCookieRFC2109 is a TIdNetscapeCookie descendant that implements a persistent session mechanism using Cookies in HTTP requests and responses, as described in the Internet Standards document:

TIdCookieRFC2109 extends TIdNetscapeCookie by adding extended Cookie headers, and allows additional Cookie attributes to be indicated in the MaxAge, Comment, and Version properties.

TIdCookieRFC2109 differs from the original Netscape Cookie proposal, and uses MaxAge to represent the longevity of Cookie data.