Expiration date and time of the cookie
Source position: httpdefs.pp line 189
public property TCookie.Expires : TDateTime read FExpires write FExpires;
Expires specifies when the cookie should expire. After this date and time, the browser will delete the cookie automatically.