Web.HTTPApp.TCookie.Expires

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Expires: TDateTime read FExpires write FExpires;

C++

__property System::TDateTime Expires = {read=FExpires, write=FExpires};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookie

Description

Specifies when the cookie is no longer valid.

Set Expires to the date and time after which the Web client should not send the cookie on with HTTP messages.

See Also