You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fred Gordon <fr...@markgordon.org> on 2004/07/20 01:59:04 UTC

Force encode URL to put session id on URL

Hi all,

I have been struggling with a configuration issue.   I need to force the 
encodeURL method and <c:url > tag lib to put the session id on the url 
even if the browser has cookies enabled.

This is how I did it when I was using the Resin container:
  
     <session-config
         enable-cookies='false'
         enable-url-rewriting='true'/>

Would anyone know how to do this with tomcat 5.0.27?

Thanks in advance,

Fred.
    

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org