Spring Sessions are sharing between the single browser tabs

Asked on January 24, 2017
I have two different modules in my Project like admin and sales, what my problem is whenever i logged in as admin it is working fine and whenever i logged in sales admin session are jumped in to the sales, can you tell how to stop session sharing between the tabs using java code,

Replied on January 25, 2017
I think we can use HTML5 SessionStorage (window.sessionStorage)

Replied on January 25, 2017
Hello I am asking about java code yar ! Not JavaScript .....

Replied on January 25, 2017
Do You know about Spring Sessions...??