> >2. If URL rewriting is the only alternative, is there a way to configure 
> >Tomcat to use URL rewriting regardless of whether >the browser allows 
> >cookies or not?

Or, to answer the question that was actually asked, set
cookies="false" on the <Context> element (in
$CATALINA_HOME/conf/server.xml) that describes your webapp to disable
the use of cookies for session id transfer.

For more information about how to configure Tomcat, start at:

  http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/index.html

and, for this particular use case, navigate down to the <Context>
element description.

Craig

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

Reply via email to