
Zero the idle timer on mouse movement. Trigger Idle Timer This function immediately triggers the idle timer, returning the visitor to the homepage, clearing navigation history, ending the visitor session (if using the Remote Management server), and clearing cache, cookies, or local storage (if these are configured in Kiosk Pro's settings). parameter1: It is additional parameters to pass to the function and it is optional.
Var idleInterval = setInterval(timerIncrement, 60000) // 1 minute As these functions have global scope, we can access and use them in our JavaScript’s