remove jsessionid in url rewrite in spring mvc

前端 未结 5 1510
深忆病人
深忆病人 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:53

    Easiest way to get rid off jsessionid in your url is to change to tag on login page where is calling j_spring_security_check to

    
        

提交回复
热议问题