如果用户退出清空Session后,其它浏览器一般都会清空Session缓存,但IE中的Session缓存依然存在,可以在加载页面时先不用缓存。
Context.Response.Cache.SetCacheability(HttpCacheability.NoCache);//不缓存
如果用户退出清空Session后,其它浏览器一般都会清空Session缓存,但IE中的Session缓存依然存在,可以在加载页面时先不用缓存。
Context.Response.Cache.SetCacheability(HttpCacheability.NoCache);//不缓存

被折叠的 条评论
为什么被折叠?