RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSessionsService.DefaultTimeout Property

Specifies the number of minutes a session can persist without being accessed.

Pascal
property DefaultTimeout: Integer;
C++
__property int DefaultTimeout;

Each session that the sessions service manages has a time-out period. When a session is not accessed within that time-out period, the sessions service automatically terminates the session, discarding its session ID and name/value pairs. 

Set DefaultTimeout to specify the time-out period, in minutes, for the sessions in the WebSnap application. Individual sessions can override this value by setting their TimeoutMinutes property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!