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.
visulox config list -name inputdetection.idle
-------------------------------------------
| parameter | type | value |
-------------------------------------------
| inputdetection.idle | OPERATION | 300 |
-------------------------------------------
visulox config edit -name inputdetection.idle=600