Okay this is the problem
I have a Java application running on top of Apache Tomcat & I have this other application too with its own war file running on the same server.
Now I want to authenticate user once & pass that session to the other application.
We can say cross domain session sharing on same Apache Tomcat .. how should I go about it ....?
Thank you