Hi, I've some troubles to deal with the HttpSession in my REST services. My services are deployed into tomcat and I use the WebClient to call these.
The problem is that each time the client call the server, I recieve a new HttpSession (the id is different between each call) ant thus, data put into the session by the previous request are not found by the new request... How can I use with HttpSession to manage datas related to the session between calls. Thanks lmg
