API:Datasnap.DSHTTP.TDSRESTServerTransport.SessionTimeout
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSRESTServerTransport |
Delphi
property SessionTimeout;
C++
__property SessionTimeout = {default=1200000};
Description
Specifies the time, in milliseconds, for which a session remains valid.
Datasnap.DSHTTP.TDSRESTServerTransport.SessionTimeout inherits from Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionTimeout. All content below this line refers to Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionTimeout.
Specifies the time, in milliseconds, for which a session remains valid.
The SessionTimeout property specifies the time, in milliseconds, for which a session remains valid.
Note: After the specified time passes, the session is marked as expired and is eventually removed. If 0 is specified, the session never expires.