This repository was archived by the owner on Feb 7, 2018. It is now read-only.

Description
We have been testing the dynamodb session manager in our elasticbeanstalk (java 7 tomcat 7) environment. We noticed issues with stale session data being returned in an app that uses the session to store the user. Intermittently, the user would switch back to a previous one from that session. When this happens, the data in dynamodb is clearly out of date with what should be on the session, but for some reason it is loaded from dynamodb rather than using the session in memory.
After debugging through the code, we haven't managed to pinpoint the issue but it does not happen when using the JDBCStore that comes bundled with tomcat.