You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We opened a ticket with AWS support today and they asked us to open an issue here regarding the SessionManager with DynamoDB.
The AWS Engineer was able to reproduce this on his end as well.
We have an ElasticBeanstalk App running Java8, Tomcat8 and aws-dynamo-session-tomcat 2.0.0. We are using this DynamoDB Session Manager, configured as you have specified in the documentation referenced in this project's README.md file.
The symptom is that when the application scales down, or we perform a rolling deployment or restart across the Beanstalk cluster; when a node drops and the end user is directed to a different node, the session state is not available on the new node. This is what provides the Session Replication feature that allows cluster maintenance and scaling. The user gets a new HttpSession and has to login again.
Are you aware of this issue, and can you work with me to find a resolution?
We opened a ticket with AWS support today and they asked us to open an issue here regarding the SessionManager with DynamoDB.
The AWS Engineer was able to reproduce this on his end as well.
We have an ElasticBeanstalk App running Java8, Tomcat8 and aws-dynamo-session-tomcat 2.0.0. We are using this DynamoDB Session Manager, configured as you have specified in the documentation referenced in this project's README.md file.
The symptom is that when the application scales down, or we perform a rolling deployment or restart across the Beanstalk cluster; when a node drops and the end user is directed to a different node, the session state is not available on the new node. This is what provides the Session Replication feature that allows cluster maintenance and scaling. The user gets a new HttpSession and has to login again.
Are you aware of this issue, and can you work with me to find a resolution?
Thank you.