getSession()与getSession(true)区别
HttpServletRequest.getSession(ture) 与HttpServletRequest.getSession()
是一个意思HttpServletRequest.getSession(false) 等同于 如果当前Session没有就为null;
Session在网络应用中被称为会话。
具体到web中的Session指的就是用户在浏览某个网站时,从进入网站到浏览器关闭
原创
2017-12-29 14:48:38 ·
16547 阅读 ·
0 评论