Does Session timeout reset on every request regardless of whether we check sessions variables? Or we should use atleast one session variables?
Does Ajax request cause resetting session timeout? like Update Panel ,jQuery ajax ,…
thanks
Edit 1)
Does HTTP Get cause resetting session timeout??
yes, it does. it doesn’t matter whether you actually use the
Sessionor not.However, if you’re using only ajax calls, you might run into some problems.
(although I haven’t encountered it myself, here‘s an explanation)