Skip to main content
Skip table of contents

How to configure input idle detection

Sessions can be used over a long time and sometimes the question is, if the session is still in use. With input idle detection an event is triggered if the user is not interacting with the session within a configurable time window.

The input idle detection is enabled in general for any recorded session, independent of keystroke recording.


The configuration parameter inputdetection.idle controls the time in seconds for the event inputFocusIdle.
If the value is set to "0" the input idle detection is disabled.

inputdetection.idle

CODE
visulox config list -name inputdetection.idle
    -------------------------------------------
    | parameter           |      type | value |
    -------------------------------------------
    | inputdetection.idle | OPERATION | 300   |
    -------------------------------------------

Fire event when user is idle for 10 minutes

CODE
visulox config edit -name inputdetection.idle=600
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.