How can i load Java HttpSession from JSESSIONID?

后端 未结 3 1126
星月不相逢
星月不相逢 2020-12-02 21:09

I want to get Java HttpSession by JSESSIONID. Is it possible? If yes, how?

3条回答
  •  伪装坚强ぢ
    2020-12-02 22:15

    You can do it as per BalusC's answer, but the existence of such a facility is a prima facie security breach between different users. You shouldn't be building things like this into your application.

提交回复
热议问题