如何使用Spring security 2和Apache Tomcat 7设置将JSESSIONID cookie设置为安全.
已经在web.xml中放入了下面的代码,它似乎并没有起作用.
<cookie-config> <secure>true</secure> </cookie-config>
谢谢
java spring tomcat
java ×1
spring ×1
tomcat ×1