I want to get Java HttpSession by JSESSIONID. Is it possible? If yes, how?
HttpSession
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.