in our web service we set a cookie through JavaScript wich we read again in Java (Servlet)
however we need to escape the value of the cookie because it may contain illegal characters such as '&' which messes up the cookie.
is there a transparent way to escape (JavaScript) and unescape again (JAVA) for this?
thanks, Pieter Goddijn