Does Session timeout reset on every request
问题 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?? 回答1: yes, it does. it doesn't matter whether you actually use the Session or not. However, if you're using only ajax calls, you might run into some problems. (although I haven't encountered it myself,