Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionTimeout: Integer read GetSessionTimeout write SetSessionTimeout default 1200000;

C++

__property int SessionTimeout = {read=GetSessionTimeout, write=SetSessionTimeout, default=1200000};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Description

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.


See Also