I am using liferay MVC. In the project I have a portlet which hits many different requests say render and request and gets some data from each requests. I am storing the same data in the session for the complete cycle , but if I opens a new tab in the browser the data gets messed up, The data from the recent request overlaps the previous data.I am using liferay MVC. In the project I have a