I am looking for a way to display a form that notifies the user that their session has expired (due to inactivicty). Some pages use AJAX and others are regular pages. Basically our site is a log system where users enter in log values. There are times where they will "look up" information and the site becomes idle and their session timesout. I am looking to implement a message much like banks have alerting users their session will timeout or has timedout. When they click OK they are automatically redirected to the Login page. Is this possible?
I have javascript that alerts the user when a set period of time has passed but I can't get it to auto-redirect after they click ok. Please help.
MBG