I want to create a javascript that warns a user, "Your session will time out in 2 minutes."
My session timeout is set to 20 minutes in the application.cfm. This is server based.
Javascripts are browser based.
How can I sync these up?
Is there a way to to have "OK" button and "Refresh Session Variables" buttons on the javascript pop up? Having the Refresh Session Variables button reset the session.
Similar to what online banking use.
Or anything along these lines.
My session timeout is set to 20 minutes in the application.cfm. This is server based.
Javascripts are browser based.
How can I sync these up?
Is there a way to to have "OK" button and "Refresh Session Variables" buttons on the javascript pop up? Having the Refresh Session Variables button reset the session.
Similar to what online banking use.
Or anything along these lines.