Datasnap.DSHTTP.TDSHTTPServerTransport.SessionTimeout

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServerTransport

Delphi

property SessionTimeout;

C++

__property SessionTimeout = {default=1200000};

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.