Hi

How is a session maintained under the following scenario:

Client:
Disables cookies.

Server:
Servlet creates a session, uses RequestDispatcher.forward to forward the
request to a JSP.  The JSP creates and sends back an html form
which submits to another servlet.

At this point since no url rewriting occured and cookies are disabled, how
is session state maintained?

I know that every url  on an HTML page should be encoded but in this case
the programmer did not explicitly encode anything.  Is this done
automatically
by the servlet engine?


Thanks
Albert

===========================================================================
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