Forms authentication timeout vs sessionState timeout
Forms authentication timeout会导致用户退出,重定向到登陆页面
sessionState和用户登录状态无关,和session里面存储的数据有关。
有可能session里面的数...
https://devshop.wordpress.com/2008/04/10/how-to-choose-from-viewstate-sessionstate-cookies-and-cache/
Problem with Web Applications
Web applications are stateless, means once a web page is rendered f...