5.1.2. Tomcat & Cookie Domains

If you use OpenIG for more than a single application and those applications are on different hosts, you must configure Tomcat to set domain cookies. To do this add the following to your $TOMCAT_HOME/conf/Catalina/server/root.xml file.

<Context sessionCookieDomain=".forgerock.com" />