Web.HTTPApp.TAbstractWebSession.TimeoutMinutes
Delphi
property TimeoutMinutes: Integer read GetTimeoutMinutes write SetTimeoutMinutes;
C++
__property int TimeoutMinutes = {read=GetTimeoutMinutes, write=SetTimeoutMinutes, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TAbstractWebSession |
Description
Indicates the time, in minutes, that a session can be idle before it terminates itself.
Set TimeoutMinutes to specify the number of minutes that can elapse before a session times out. If this number of minutes elapses with no request messages that call for the session, the session is terminated.
If you do not specify a value for TimeoutMinutes, the session times out after the default time-out period associated with the application's sessions service (TSessionsService).