API:Datasnap.DSHTTP.TDSRESTServerTransport.SessionLifetime

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: TDSRESTServerTransport

Delphi

property SessionLifetime;

C++

__property SessionLifetime = {default=0};

Description

Specifies the lifetime value of a session in milliseconds.

Datasnap.DSHTTP.TDSRESTServerTransport.SessionLifetime inherits from Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionLifetime. All content below this line refers to Datasnap.DSHTTP.TCustomDSRESTServerTransport.SessionLifetime.

Specifies the lifetime value of a session in milliseconds.

Use the SessionLifetime property to access TDSSessionLifetime. The default value is SessionTimeout.

See Also