Datasnap.DSHTTP.TDSRESTServerTransport.SessionLifetime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionLifetime;

C++

__property SessionLifetime = {default=0};

Properties

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

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