1. Establish SSO and session sharing between two webapplications running on Tomcat 6 stackoverflow.comI have two web applications, webapp1 (JSF-Spring) and webapp2 (Struts) running on a single Tomcat 6.0. Webapp1 uses JSF phase listener to protect all the resources within the webapp. After user ... |