I have two java web applications running on two instances of tomcat 7 on same windows machine. One application is running on port 9080 and another on 9090.
I log into both applications using 2 tabs in the SAME browser.
When I logout from one application (e.g application on 9080) I get logged out from other application (running on 9090) also.
Need help.
Thanks