What is empty session path in tomcat?

前端 未结 4 1378
庸人自扰
庸人自扰 2021-02-03 14:14

I have read apache tomcat documentation a day before, and I am so confused about emptySessionPath . Up to my knowledge, if it\'s set to true, the emptySession

4条回答
  •  情歌与酒
    2021-02-03 14:26

    If emptySessionPath is set to true, it will eliminate the context path from JSESSIONID cookie.It will set a cookie path to /.This attribute can be used for cross application autehentication mechanism.

提交回复
热议问题