Thanks to visit codestin.com
Credit goes to github.com

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

Stale Session Data #18

@drei01

Description

@drei01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions