Environment - Tomcat 5.5, Ubuntu 9.04, Tapestry 5.1, Spring Security Framework 2.0.4
Note that this does not seem to happen under Windows deployments. Everything in the application works fine under normal circumstances. When a user successfully logs in, the session has a few objects added to it, including the expect SPRING_SECURITY_CONTEXT object as well as some things we want to save there as well. After the server is restarted, everything is gone from the session (naturally) but the SPRING_SECURITY_CONTEXT object remains alive and well in the session. Can anyone explain this behavior? Extra credit if you can explain why this isn't happening in Windows. Jason