I already have auto logout snippet and now I want the user to know that they are being idle for about minutes.
What is the easiest way to message user for being idle in 1 hour? Can this be done in javascript?
I already have auto logout snippet and now I want the user to know that they are being idle for about minutes.
What is the easiest way to message user for being idle in 1 hour? Can this be done in javascript?
The easiest way to do this would proably use some code that is already written and tested. I suggest taking a look at Paul Irish's jQuery Idle timer plugin or Nicholas Zachas' JavaScript version; ( which Paul based his off )