Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 pop-up warning of session timeout

Author  Topic 

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2007-07-20 : 15:59:05
We have apps in both version 1.1, and 2.0. Because of restrictions, our sessions will time out after 2 hours. How can I warn the user if they have 30minutes or so left on their session? Would this even help if they sometimes are in the application and don't click "Save" and go to something else, like Excel, Word, etc. then come back to the application 2-3 hours later?

I'm open for suggestions!

Thanks!

karuna
Aged Yak Warrior

582 Posts

Posted - 2007-07-20 : 17:08:35
One way I can immediately think of is a javascript function [edit] to pop up an alert box [/edit], which will fire say after 1.5 hrs

Thanks
Karunakaran
Go to Top of Page

cvraghu
Posting Yak Master

187 Posts

Posted - 2007-07-23 : 13:00:16
We've a javascript timer in masterpage that will fire the popup at desired time interval.
Go to Top of Page
   

- Advertisement -