On Fri, Apr 11, 2008 at 9:37 PM, Jeremy Thomerson <[EMAIL PROTECTED]> wrote: > Thanks for your not very helpful email, but unfortunately, you're wrong. In > that other email, I did say "But, most don't (have jsessionid) because > almost all of my links are bookmarkable." I don't strip out jsessionid - I > don't think you even can without disabling cookieless support - your > container adds the jsessionid to links in your returned HTML - it's not like > you add it (or remove it) manually.
I do not believe the servlet container adds the jsessionid into your URLs automatically. You have to call HttpServletResponse.encodeURL() or HttpServletResponse.encodeRedirectURL() to get the jsessionid appended. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
