TIMEOUT (for auto logout)

The TIMEOUT element specifies how long (in seconds) the DVM waits from when it detects an application has no user activity before it triggers an auto logout event.

After this timeout period elapses, the front-end program gets a log out message, see AUTO_LOGOUT.

Syntax

<TIMEOUT>timeoutSeconds</TIMEOUT>

Usage example

<TIMEOUT>0</TIMEOUT>
A timeout duration set to 0 seconds means the auto logout is ignored and the application keeps running. A correct configuration requires that the TIMEOUT be set as required to enable auto logout when there is no user activity.

Parent elements

This element is a child of the following element: AUTO_LOGOUT_COMPONENT