This question is locked. New answers and comments are not allowed.
I have built an internal application for our company's users. There is no timeout after user inactivity nor do we want one. Users are complaining that after a certain amount of time (like 30 minutes) of inactivity, the web app starts acting strange if the start to use it again. Buttons don't work, combo boxes will not drop down, datepickers are broke. It seems very clear to me that the Javascript is getting disabled after period of user inactivity.
Has anybody come across this behavior and if so, how do I prevent it?
The web app is an ASP.NET MVC 3.0 app, using the Telerik MVC Extensions, which includes writing some client side Ajax. It is running on IIS 6.0 on Windows Server 2003 Standard Edition.
Thanks, Steve