Topic Path: Symbol Reference > Structs, Records, Enums > TIdCookieVersion Enumeration
ContentsIndexHome
PreviousUpNext
TIdCookieVersion Enumeration

Represents the internal version identifier for Cookie class instances.

File
TIdCookieVersion = (
  cvNetscape,
  cvRFC2109,
  cvRFC2965
);

TIdCookieVersion is an enumerated type that represents valid values for the internal version identifier for various Cookie class instances. 

TIdCookieVersion is used in TIdNetscapeCookie, TIdCookieRFC2109, and TIdCookieRFC2965 to identify the internal representation to be used for Cookie longevity in the Expires and/or MaxAge properties.

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