Discuss this help topic in SecureBlackbox Forum
Contains expiration time of the cookie.
Declaration
[VB.NET]
Property Expires As DateTime
[Pascal]
property Expires : TDateTime;
[C++]
int64_t get_Expires();
void set_Expires(int64_t Value);
[PHP]
DateTime get_Expires()
void set_Expires(DateTime $Value)
[Java]
Date getExpires();
void setExpires(Date Value);
Description
This property contains the expiration time of the cookie.
This is local time which is calculated when the cookie is received using Max-Age and/or Expires cookie attributes.
Discuss this help topic in SecureBlackbox Forum