Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionLifetime

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SessionLifetime: TDSSessionLifetime read FSessionLifetime write FSessionLifetime default TDSSessionLifetime.TimeOut;

C++

__property Datasnap::Dssession::TDSSessionLifetime SessionLifetime = {read=FSessionLifetime, write=FSessionLifetime, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport


Beschreibung

Legt den Lebensdauerwert einer Sitzung in Millisekunden fest.

Mit der Eigenschaft SessionLifetime können Sie auf TDSSessionLifetime zugreifen. Der Vorgabewert ist SessionTimeout.

Siehe auch