Supporting Sessions Without Cookies in Tomcat

后端 未结 5 1047
我寻月下人不归
我寻月下人不归 2020-12-01 06:58

I am currently running an application with the following properties:

  • Java-based with Spring and Acegi
  • Running on Tomcat 5

I need the ab

5条回答
  •  醉酒成梦
    2020-12-01 07:37

    As matt b commented this should work out of the box (tomcat will try cookies, and if that fails fall back on encoding the session in the url). However, this will not work if you create a 'plain' link yourself - always use a method like JSTL's so tomcat can add the tracking parameter to all urls.

提交回复
热议问题