Session stickiness on Amazon Web Services

后端 未结 2 473
暗喜
暗喜 2021-01-31 10:52

I\'m a bit confused about the use of the session stickiness on Amazon Web Services. When I deploy my java web application using Amazon Elastic Beanstalk, I can choose to enable

2条回答
  •  庸人自扰
    2021-01-31 11:37

    You can also use DynamoDB for tomcat session sharing: http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-tomcat-session-manager.html

提交回复
热议问题