Hello everybody.

I am using Tomcat 3.1.1 along with JDK 1.2.2 on a redhat 6.2 system.

I would like to disable the use of Cookies on one of my Servlets, but 
cannot find out how.
The servlet context is automatically added and the servlet is in the 
webapps dir along with
a web.xml file.
I saw session.useCookie=false on some properties files, but since the 
servlet is not utilizing
the properties file, I tried to disable the cookies on the web.xml file.

I though it might have been like this:
<session-config>
  <session-timeout>30</session-timeout>
  <session-useCookie>false</session-useCookie>
</session-config>

but that doesn't work out. Anybody got an idea ?

thanx in advance


---
Andreas Rust, webnova GmbH


Reply via email to