Community
Participate
Working Groups
The JDBCSessionManager does not reload sessions when it was configured with setMaxInactiveInterval( -1 ), which is the default vaue. Instead of deserializing the existing session, a new session is created. Please consult the attached test project for a demonstration. To run the project, Jetty, H2, JUnit (3.x) adn javax.servlet is required.
Created attachment 195212 [details] Test project to demonstrate the bug The make the test succeed, uncomment the line setMaxInactiveInterval... in createJettyServer()
Any chance you can convert that test to use derby?
Created attachment 195465 [details] Same as attachment #1 [details] but using Derby instead of H2
Fixed in jetty-7 svn rev 3461.