Re: How to disable cookies for session management in Tomcat

2006-08-01 Thread Luis . Amorim
Thank you for your reply, Chris. I've set the cookies attribute to false in the server.xml file, restarted tomcat and now the cookie session management is disabled. Regards, Luís Amorim Christopher Schultz <[EMAIL PROTECTED]> 01-08-2006 17:34 Please respond to "Tomcat Users List"        

Re: Tomcat creates a cookie with a new jsessionid when timeout occurs

2006-08-01 Thread Luis . Amorim
Hello, Christopher. Thanks for your reply. Can you please tell me how do I turn off container-managed authentication? Regards, Luís Amorim Christopher Schultz <[EMAIL PROTECTED]> 01-08-2006 15:19 Please respond to "Tomcat Users List"                 To:        Tomcat Users List        

How to disable cookies for session management in Tomcat

2006-08-01 Thread Luis . Amorim
Hi there. Is there any way to tell Tomcat to never use cookies for session management? Regards, Luís Amorim

Tomcat restart needed

2006-08-01 Thread Luis . Amorim
Hi. In my web application, I have a thread running in the background that sends emails to the user when some event occurs. However, yesterday it stopped sending emails. I've checked catalina.out log and there was no exception in there, apparently it was all ok. So, I've restarted tomcat and thi

Tomcat creates a cookie with a new jsessionid when timeout occurs

2006-08-01 Thread Luis . Amorim
Hi there. I have the following problem in my web application. I am using the url rewriting method for session maintenance, but when a timeout occurs in my web application, tomcat sets a cookie named jsessionid (used for session tracking purposes) with a new session id value before redirecting the

Re: Tomcat creates a jsessionid cookie when session timeouts

2006-07-26 Thread Luis . Amorim
By the way, this behaviour only happens in Mozilla/Firefox, it does not happen in Internet Explorer. Regards, Luís Amorim Luis AMORIM/PT/[EMAIL PROTECTED] 26-07-2006 13:10 Please respond to "Tomcat Users List" To: users@tomcat.apache.org cc:

Tomcat creates a jsessionid cookie when session timeouts

2006-07-26 Thread Luis . Amorim
se help me solve this problem? Does tomcat always creates a jsessionid cookie when a timeout occurs or this just happens in my web app? And if this is a tomcat issue, how do I disallow this (if it is possible, anyway)? Regards, Luis Amorim