Re: Problems reading a Cookie in a JSP page that was written by a Serlvet
Posted By:
Eric_Getchell
Posted On:
Friday, April 16, 2004 07:10 PM
I'll answer my own question in case someone else gets hung up with this problem.
I ended up issuing a Cookie.setPath("/") when writing the cookie. Then the cookie was visible between Servlets and JSP pages.