I have an ASP.NET application which loads a page and then does all of the work by WebMethods. So for a long time the user does not refresh the page. I think after a while the session hits the timeout and session variables are cleared, because there is at least one WebMethod request at every N minutes (N is less than Session.TimeOut). Is that true? Is there a way to change this behaviour without increasing the TimeOut value..
Share
I found this information over here: