TimeoutInterval

Description

Returns or sets the user timeout interval.

HCL Compass periodically checks user connections and disconnects users who have been idle for too long. If a user has been idle for a period of time greater than the value in this property, HCL Compass disconnects the user's session.

Note: Setting a new value does not take effect until the ApplyPropertyChanges method is called.

Syntax

VBScript


database.TimeoutInterval 
database.TimeoutInterval theTimeoutInterval 

Perl


$database->GetTimeoutInterval(); 
$database->SetTimeoutInterval(theTimeoutInterval); 
Identifier
Description
database
A Database object.
theTimeoutInterval
A Long value indicating the number of milliseconds a user may be idle before being disconnected from the database.
Return value
A Long value indicating the number of milliseconds a user may be idle before being disconnected from the database.