amazon-archives / aws-dynamodb-session-tomcat

ARCHIVED: Amazon DynamoDB based session store for Apache Tomcat
Apache License 2.0
95 stars 73 forks source link

Tomcat dropping session after 1 minute #44

Open brunohoff opened 8 years ago

brunohoff commented 8 years ago

Hello,

We are using the aws-dynamodb-session-tomcat configured directly in the Tomcat and using a Grails application. The application works for about 1 minute and then the session is lost, and no exception or error is found in the Catalina.out file. The JSESSION remains the same and the items are created in the DynamoDB table, however the application lost the session. If we disable the aws-dynamodb-session-tomcat everything works perfectly.

Best regards, Bruno

shorea commented 8 years ago

Which version are you using?

brunohoff commented 8 years ago

Hello shorea,

We are using Tomcat 7, Java 7, Grails 3.1 and the AWS DynamoDB Session Tomcat 2.0.1.

Best regards, Bruno

akmukherjee commented 8 years ago

Hi ShoreA, I am seeing the same problem with 2.0.4. I am using Sticky Sessions with No Expire time of the Cookie. Java Spring Web App with Tomcat 8.5. Log file is attached. tomcat8p5vshomewebdev-stderr.2016-09-15.txt

hyandell commented 6 years ago

This project has been archived. Please see the README.md for more detail on alternative projects.