What is the correct way to ensure that FORMs that are POSTed pass along the
session id information when cookies are disabled?

The response.encodeURL() works just when going from link to link, but it
always seems to get lost when I post a form.  This was not working in JRun
2.3.1 (JSP 0.92), but it also doesn't seem to be working in JRun 2.3.3 (JSP
1.0).

I tried putting the encodeURL() call into the form's "action" URL, but that
doesn't seem to help at all.

Thanks,
David

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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

Reply via email to