Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCookie.MaxAge

Maximum age of the cookie in seconds

Declaration

Source position: httpdefs.pp line 190

public property TCookie.MaxAge : Integer
  read FMaxAge
  write FMaxAge;

Description

MaxAge specifies the cookie lifetime in seconds from the time it was created. This takes precedence over the Expires attribute if both are present.


Documentation generated on: Jan 16 2026