Re: Tomcat 6 on solaris losing cookies

2010-02-11 Thread George Baxter
Well.. the JSESSIONID is one of the cookies we're losing... that's certainly a legal value. We're quoting all our cookies that have illegal values. The point is, there are NO cookies.. not any of ours or even the JSESSIONID cookie.. zip, zero, none. It's like tomcat just decided or failed to be

Re: Tomcat 6 on solaris losing cookies

2010-02-11 Thread Mark Thomas
On 11/02/2010 22:03, George Baxter wrote: By the way, we don't have this problem under Linux or MacOSx This is a question for the users list, not the dev list. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

Re: Tomcat 6 on solaris losing cookies

2010-02-11 Thread Pid
On 11/02/2010 21:59, George Baxter wrote: Hello, We're running into an issue with tomcat 6.0.18 running on solaris. Occasionally a request will come through that has cookies in the header, but the request.getCookies() returns no cookies. This causes the user to lose session and other bad bad t

Re: Tomcat 6 on solaris losing cookies

2010-02-11 Thread George Baxter
By the way, we don't have this problem under Linux or MacOSx -- View this message in context: http://old.nabble.com/Tomcat-6-on-solaris-losing-cookies-tp27555458p2721.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --