`

Disable jessionid in the URL

 
阅读更多
For tomcat 7 add this to web.xml

<session-config>

  <!-- Disables URL-based sessions (no more 'jsessionid' in the URL using Tomcat) -->

  <tracking-mode>COOKIE</tracking-mode>

</session-config>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics