RAD Studio VCL Reference
|
Indicates the time, in minutes, that a session can be idle before it terminates itself.
property TimeoutMinutes: Integer;
__property int TimeoutMinutes;
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).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|