ViewState只存在当前页面,如果你跳转到其他页面ViewState就会清空。
Session保存到你的整个项目网站中,除非你清空Session或者关闭浏览器为止方可清空Session里面的值。
相关文章
- 12-26TensorFlow中random_normal和truncated_normal的区别
- 12-26JS中Map和ForEach的区别
- 12-26C++中,new/delete和malloc/free的区别
- 12-26KB,Kb单位换算,网络带宽中的Kbps和KB/s到底是什么意思? (注:B和b的区别)
- 12-26css中absolute定位的top:100%和bottom:0的区别
- 12-26JDBC中的Statement和PreparedStatement的区别
- 12-26SpringSecuruty中;anonymous和permitAll的区别。
- 12-26Python中%r和%s的详解及区别_python_脚本之家
- 12-26python中List append()、extend()和insert()的区别
- 12-26python 中的input()和raw_input()功能与使用区别