Drop message SESSION-EXPIRED inside GET_ALL_SESSIONS

2011-06-14 Thread John Clark
I am experiencing an issue with my cluster I have been unable to figure out. My cluster contains 4 servers each with 4 instances of Tomcat segregated by mod_jk directives. Server1 Directives: / - tomcat.server1 /app1 - tomcat-app1.server1 /app2 - tomcat-app2.server1 /app3 - tomcat-app3.server1 S

Tomcat6 Cookies

2011-04-06 Thread John Clark
I recently upgraded my Tomcat cluster from 5 to 6 and am no longer able to use getCookie() to retrieve our Omniture cookie data using request.getCookies(). We are still able to access the cookie name and value via a request header so we're using this as a work around but I'm still curious as to why