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

Re: Tomcat6 Cookies

2011-04-06 Thread Mark Thomas
On 06/04/2011 16:35, John Clark wrote: 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