JonTom Kittredge wrote:

> "Code for URL rewriting"? I thought that session-tracking was handled by the
> servlet engine (as specified by the servlet API) transparently for the
> programmer:
> if the user has turned cookies turned off, the servlet engine would
> automatically
> use URL-rewriting "under the covers" to do session tracking. Is that not
> correct?
> Do I have to do anything special in my code to support URL-rewriting?
>
> Yours, JonTom
Nope - URL-rewriting is handled by the servlet engine only in that it
implements the HttpServletResponse.encodeURL(String url) method which is
then passed the necessary URL's by the developer.  It's very simple.

Mike

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to