Hi all,
Im trying to create a session timeout of 30sec on a html page if there is no user activity,
my problem is that if the user is busy filling in required fields(eg: 10 fields) on a form in html,
but has not yet submitted the values to a js page, then the session should stay active.
But if there is no activity on on the html page for 30sec it should auto Log Off.
A good example of what i'm trying to do is a touch phone. If there is no user interaction for
x seconds it auto locks or the light switches off.
The
jsp page/function is called only once the submit button is pressed, not at every field and there are no xml pages allowed.
If is possible to do this with session timeout?
I have written my own min/sec function that auto counts down without using session but I cannot figure out how to implement an
"action listener" for actions performed on an html page.
Any ideas on how I could solve this problem or if it is at all possible?
Thanks