Re: prevent tomcat from setting cookies

2005-06-16 Thread Boris Folgmann
Hi! Rui Alberto schrieb: I don't want tomcat to set cookies on the client. In any situation. I've configured a Context in server.xml to my application: EX: Context cookies=false docBase=cocoon path=/ reloadable=false/ I've got the same problem. There's also an older posting here on the list

prevent tomcat from setting cookies

2005-06-09 Thread Rui Alberto
Hi all, I don't want tomcat to set cookies on the client. In any situation. I've configured a Context in server.xml to my application: EX: Context cookies=false docBase=cocoon path=/ reloadable=false/ But if the URL does not contain URL;JSESSIONID=ID, tomcat allways sets a cookie on the client.