Topic Path: Symbol Reference > Classes > TIdCookieRFC2109 Class
ContentsIndexHome
PreviousUpNext
TIdCookieRFC2109 Class

Implements a persistent session mechanism using Cookies with extended headers.

File
TIdCookieRFC2109 = class(TIdNetscapeCookie);

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: 

RFC 2109 - HTTP State Management Mechanism  

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.