Internet Direct (Indy) Version 9.0.2 Beta
TIdCookieRFC2109.Create
Constructor for the object instance.

constructor Create(ACollection: TCollection); override;
Parameters
ACollection: TCollection
Collection that owns the collection item.

Description
Create is the constructor for the object instance, and calls the inherited Create method using the collection that owns the Cookie specified in ACollection. Create also sets the MaxAge property to the default value GFMaxAge, indicating that no MaxAge value has determined.