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: > I've got the same problem. There's also an older posting here on the list from Andrew Steady (2004-12-02) about the same. That real

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: But if the URL does not contain URL;JSESSIONID=ID, tomcat allways sets a cookie on the client. Why this happen? I'm I missing something?? Thanks for any he