How to really destroy a Session

2004-04-16 Thread marc . baumgartner
Hi all, I am using Tomcat 5.0.19. In my application the generated sessions are identified by a cookie on the client. I only allow single sign on. Now I want to destroy the session and I call in a session an invalidate() and the session isn't available. Then the application redirect the

Antwort: RE: How to really destroy a Session

2004-04-16 Thread marc . baumgartner
I have tested some other cases: We have a SessionListener who sets a flag of the user to logout out, when there is a session invalidate. Now it seems that the session.invalidate() don't calls the listener in Tomcat 5.0. is this possible? Thanks, Marc

Antwort: Re: Logout-Problem

2004-04-14 Thread marc . baumgartner
Paul Mansfield

Logout-Problem

2004-04-13 Thread marc . baumgartner
Hello All, I have got 2 machines (Tomcat 5.0 Apache 2.0) connected with mod_jk2. In our application the user has to log in. When he wants to log out in a servlet I call session.invalidate() to kill the session and redirects to the login page. The session is definitly not existing anymore,

mod_jk2 , apache2 charset-Problem

2004-03-19 Thread marc . baumgartner
Hello all, I have a tomcat 5.0.18 (on a windows system) connected to an apache 2 webserver (on Linux system) with the mod_jk2. Everything works fine but if I have in my JSP some special characters like the german umlaut (ä,ö,ü,...) the apache shows these chars as a ?. If I go directly to the