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

2006-08-01 Thread Christopher Schultz
Luis, > Hello, Christopher. > Thanks for your reply. > > Can you please tell me how do I turn off container-managed authentication? You need to remove any elements from your web.xml file. Note that the presence of any elements probably means that your application is expecting some kind of aut

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

2006-08-01 Thread Luis . Amorim
omcat Users List         cc:                 Subject:        Re: Tomcat creates a cookie with a new jsessionid when timeout occurs Luis, > 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 (

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

2006-08-01 Thread Christopher Schultz
Luis, > 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 user to the login page. This jsessionid > cookie

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