For Tomcat 4.x, I believe you use the "cookies" attribute of
the Context element in server.xml, i.e.:

    <Context ... cookies="false" ...

For Tomcat 3.3, you use the "noCookies" atttribute of the
SessionId module in server.xml, i.e.:

    <SessionId ... noCookies="true" ...

For Tomcat 3.2.x, you also use the "noCookies" attribute:

    <RequestInterceptor 
        className="org.apache.tomcat.request.SessionInterceptor"
        noCookies="true" />

Cheers,
Larry

> -----Original Message-----
> From: Raphael Mack [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 13, 2001 1:39 PM
> To: Tomcat Users List
> Subject: session using URLrewriting
> 
> 
> Hello,
> 
> is it possible to force sessions to use URL-rewriting and not using 
> cockies and how?
> 
> Thanks,
> Raphael
> 
> -- 
> procreo - Webseitenentwicklung und Individualsoftwarelösungen
>      _____________________________________
>     / __  /  _/ __  / ___/  _/     / __  /  procreo GbR
>    / /_/ / / / /_/ / /__/ / /  O__/ /_/ /   Kochgasse 1
>   / ____/_/ /_____/____/_/ /_____/_____/    73630 Remshalden
>  / /                                        [EMAIL PROTECTED]
> /_/  http://www.procreo.de
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to