Another technique is to make the session id part of the URL - making it 
look like a directory entry. All url's for your application would then 
have the benefit of not needing rewritten avoiding the pain of wrapping 
all links in encodeURL(). But you are also restricted to make all your 
links relative.

You would also need a mechanism to take the sessionId from the URL and 
make tomcat know that is the session ID. This would need probably need 
to be done in a Valve.

Personally - I've never done this but would like to know if anyone has 
and if they like that technique.

Alfonso Martinez wrote:
> To enable sessions without cookies one must do an encodeURL() on every link. Are 
>there any other alternatives??? Does it really work???
> +That's a lot of work, so I wanted to ask before doing it. Thanks a lot, and sorry 
>if this tread is a little out of topic.
> 
> Jose Alfonso
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to