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/ file.
server/root.xml
<Context sessionCookieDomain=".forgerock.com" />

