Hi,
Is there a way in Tomcat 401 to set cookies off on the server side. I tried
setting the cookies off by specifying the cookies attribute in server.xml so
that my server.xml looks like:
 <Context path="/cnams" docBase="cnams"
         debug="0" privileged="true" cookies ="false"/>
 But this doesn't seem to work. My browser is still being prompted for
cookies.
Has any one else encountered this problem.
Is there any other way of achieving this?

Regards,
Gaurav

Reply via email to