remove jsessionid in url rewrite in spring mvc

前端 未结 5 1500
深忆病人
深忆病人 2021-01-31 19:20

I am using spring MVC and having a problem in jsessionid, what I found is that jsessionid is injected in the url if cookies isn\'t enabled in the browser producing a url like th

5条回答
  •  礼貌的吻别
    2021-01-31 19:52

    Spring can be configured to not do that: Why jsessionid is appended to each url?

    Web applications can be configured to block it: http://randomcoder.org/articles/jsessionid-considered-harmful

提交回复
热议问题