Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionLifetime
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TCustomDSRESTServerTransport | |
Delphi
property SessionLifetime: TDSSessionLifetime read FSessionLifetime write FSessionLifetime default TDSSessionLifetime.TimeOut;
C++
__property Datasnap::Dssession::TDSSessionLifetime SessionLifetime = {read=FSessionLifetime, write=FSessionLifetime, default=0};
Description
Specifies the lifetime value of a session in milliseconds.
Use the SessionLifetime property to access TDSSessionLifetime. The default value is SessionTimeout.