I ran into an issue with cookie encoding. Not sure if anyone else had this problem or not.
When I set a cookie in a Servlet and then read it in Javascript, the "+" does not decode to a space. Works fine in WebLogic. I compensated by replacing all "+" with spaces and then running it through unescape(). Is this the solution? Thanks, Bob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>