Internet Direct (Indy)
Home
PreviousUpNext
TIdCookieRFC2109 Class

Implements a persistent session mechanism using Cookies with extended headers.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.