session timeout alert
Anyone know of a way to monitor a session with java and have an alert when the session is close to ending giving the person browsing an opportuntiy to keep the session alive. My bank does this after 15 minutes. I am currently setting session.DateInitialized in the onSessionStart function in Application.cfc. I suppose I need a java script to call that every minute and when there are 5 minutes left of a 60 minute session it opens and alert box. Anyone have one of these handy? 😉
