Under resin 2.0.0 I have the following piece of
.jsp cookie code
Cookie NameCookie=new Cookie("R2NameCookie",Name);
NameCookie.setMaxAge(365*24*60*60);
NameCookie.setPath("/");
NameCookie.setVersion(1);
response.addCookie(NameCookie);
Now sadly this code does not appear to add a cookie to a
I.E 5.5. client. If I set the version to 0 then the cookie is
added.
The same piece of code did work under Tomcat however it did
not need the setVersion to work.
Any ideas what I am missing ?
Andy C
Editor R2 Project
http://www.r2-dvd.org
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets