You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by JonTom Kittredge <jo...@itasoftware.com> on 2000/02/14 16:14:31 UTC

Re: Tomcat and Session handling

LoKi, It's because Tomcat does not yet implement URL rewriting. If you look
in the source code at the definition of encodeURL() and encodeRedirectURL(),
you'll see they're no-ops.

Yours, JonTom

    JT Kittredge
    ITA Software
    Cambridge, Massachusetts

Ludovic Engrand wrote:

> Has anyone ever experienced session handling using the Servlet session
> management mechanism.
>
> I've tried the URL rewriting (HttpServletResponse.encodeURL(String url))
> and it seems to work when using Apache with JServ. But when using tomcat
> (3.0 and 3.1M1) the URL's are never rewritten, so the user session can
> never be retrieved.
>
> Is it because of the tomcat included web server or is there any other
> reason ?
> --
> LoKi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org