Discuss this help topic in SecureBlackbox Forum

TElCookie.Expires

TElCookie     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains expiration time of the cookie.

Declaration

[C#]
    DateTime Expires;

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

See also:     Included    

Discuss this help topic in SecureBlackbox Forum