So I decided to give
tomcat 7 a try. It was fast and the new features are really nice.
BUT:
I realized when I wanted to login that the JSESSIONID is going haywire.
Mind you everything works nicely with tomcat 6. I use Spring Security to redirect me from https secured page to none secured myAccount page after successful login.
But when I do that tomcat is not generating the JSESSIONID and the application bounces me back to the login screen.
Anyone had this problem or it's just me?