Posted By:
Christopher_Schultz
Posted On:
Friday, May 23, 2003 12:53 PM
Look at the java.net.URLDecoder class. You should be able to "url-decode" the cookie before you add it to the response.
If this cookie needs to go back through the servlet the other way, don't forget to perform the same processing.
-chris