关于tomcat7的JSESSION获取不到值得解决

tomcat7为了安全性,防止人为修改sessionid进行攻击,将cookie中JSESSION设置为httponly=true,这样无法使用cookie获取到JSESSIONID



如何获取JSESSIONID。修改tomcat目录下conf/context.xml文件。useHttpOnlu="false"






猜你喜欢

转载自blog.csdn.net/zhmi_1015/article/details/53264493