|
<< Click to Display Table of Contents >> Navigation: Classes > THTTPCookie > Properties > Expires |
SIGNATURE=IW.HTTP.Cookie.THTTPCookie.Expires
ETYPE=Property
Declaration:
Delphi: |
public property Expires: TDateTime; |
C++: |
public: __property TDateTime Expires; |
Description: Note about Expires cookie field: To have real session cookies (without expires field), in ISAPI we need to set Expires <= -1. For Indy servers (SA) we need to set Expires = 0