Datasnap.DSHTTP.TDSHTTPServerTransport.SessionTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionTimeout;

C++

__property SessionTimeout = {default=1200000};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServerTransport

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.