Hi.
There are a lot of questions already made here about what to do when session expires when doing a Ajax request. One of the workaround is place a header in the response that makes a redirection to the login page.
My site only does the first page postback, then it's all ajax request, that makes that the session expires in the determined time, but what i want to know is if there is the possibility to update the session timout in the Ajax request's (in the asp handler that attends the request), so that the session does expire but only when i passed the timeout time without make any request to the server at all.
Thanks.