Emerson Cargnin wrote:

How do I read a cookie (inside a JSP) that I created inside a servlet. It looks that it has different path properties and so when I'm inside the JSP it can't read the cookie...

There is javax.servlet.http.Cookie.setPath(String) which obviously works as it named. :-) After that call HttpServletResponse.addCookie(Cookie).



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to