Internet Direct (Indy)
Home
PreviousUpNext
TIdCookieVersion Enumeration

Represents the internal version identifier for Cookie class instances.

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

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.