Archive for the ‘AJAX.NET’ Category

Prevent session timeout in your ASP.NET AJAX application

Thursday, May 29th, 2008

Here's an interesting problem I encountered recently. With a traditional ASP.NET web application each time a user requests a page from the server, the server will reset the user's session timeout counter and hence prevent the user's session from timing out. However, suppose I have an AJAX.NET application which is ...