Hi,
I need to timeout a session due to inactivity after 1 minute. This is a setting on the webserver, but once timed-out there is now way to tell the user about the timeout. After asking Bruce how to gracefully handle session timeouts, I understood that the best would be not to act on the timeout, but rather use JavaScript to check for inactivity and prompt the user timely that the session will timeout.
I am at that point now to do this, but I don't have an idea where to start. Any help?
Thys