I'm using Q1 2009 Telerik controls and I've got a major issue with timeouts.
On my development box, my session or something seems to be timing out in 15 minutes, even though I've got the timeout set to 240 minutes, which is the value returned by session.timeout.
I was using using Return New SessionPageStatePersister(MyBase.Page) and a browser file to put the viewstate in Session and thinking that might be the issue, I switched to use Teleriks method as described in
http://www.telerik.com/support/kb/aspnet-ajax/general/saving-the-viewstate-of-radcontrols-server-side.aspx
Same issue, same results.
Multiple developers using Vista, all getting the same results, and our production box is Windows 2003, which is also timing out.
It's not always 15 mintues, it varies from just a few seconds to 15 minutes.
I enabled script debugging in my browser, and the error is a msajx.js.
I ran the application in debug mode, let it set and same restuls, I got the JS error before it hit my breakpoint in code.
Any suggestion in how to track this down even further to determine the root of this issue would be greatly appreciated.
Thanks in advance
Roger