I need to disable cookies on the server side for which i use the following configuaration in server.xml for tomcat 3.3 <SessionId cookiesFirst="false" noCookies="true" /> This doesn't work for tomcat 3.2.3. I tried searching the documentation for this particular release but it doesn't talk about this issue anywhere? Has anyone tried this on Tomcat3.2.3, Any inputs regarding this would be appreciated
Regards, Gaurav
