Re: disable session support in Tomcat

2003-06-23 Thread Mikael Blomqvist
Not specifically within Tomcat (since a lot of pages require it). But you can stop your pages from forcing the creation of new sessions (and thereby if no pages request a session you wont have any sessions). From JSP 1.2 spec chapter 2.10.1, table JSP2.1: session Indicates that the page

disable session support in Tomcat

2003-06-18 Thread Marco Phler
Hi, Is it possible to disable the session support (means no cookies and no JSESSIONIDs) somewhere in Tomcat ? This is may be a simply question, but I couldn't found any hint in the docs and the list archive. Thanks in advance Marco P.S.: I'm using 4.1.12 on lInux

RE: disable session support in Tomcat

2003-06-18 Thread Shapira, Yoav
minute. - Rethink why you want sessions disabled ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: disable session support in Tomcat Hi, Is it possible

Re: disable session support in Tomcat

2003-06-18 Thread Marco Pöhler
Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: disable session support in Tomcat Hi, Is it possible to disable the session support (means no cookies and no JSESSIONIDs) somewhere in Tomcat ? This is may

Re: disable session support in Tomcat

2003-06-18 Thread Ben Souther
Just out of curiosity, why? On Wednesday 18 June 2003 01:52 pm, Marco Pöhler wrote: Hi, Is it possible to disable the session support (means no cookies and no JSESSIONIDs) somewhere in Tomcat ? This is may be a simply question, but I couldn't found any hint in the docs and the list