aws-dynamodb-session-tomcat
aws-dynamodb-session-tomcat copied to clipboard
"Unable to load session with id" on EC2 Tomcat Instance
I'm running two EC2 Tomcat Instance through an ELB and wanted to get the global session managed by this dynamodb plugin so I can restrict to one logged user maximum (if one is logged and retry to login in another browser and the login request goes to the second EC2, can login succesfully and shouldn't).
The thing is that I've followed the documentation at AWS and it's not working at all. And sometimes that message is being throwed by the jar.
Any idea?
Thanks!
(Sorry for my english)
Even I have similar problem . My application is deployed in two EC2 machine tomcat servers and limited maximum session to 1 from spring security boot application. If I disable sticky session it is not allowing to login of my application ... Logs are
2016-09-29 07:36:40.544 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id FCA7A4923F849454E5151BB5C0B34 BE5 2016-09-29 07:36:41.602 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id E67AF4A123B5E21706CC17FB5BA4A 9FD 2016-09-29 07:36:41.887 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id 9BF496F01FF04B0E5603790E15BE8 8EC 2016-09-29 07:36:42.211 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id 94D7CACE1D6D7F5FE46CF34E92E42 E3A 2016-09-29 07:36:42.540 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id 81321174734E80EBD9D658DB36111 AFA 2016-09-29 07:36:42.826 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id 6759E76A383D42AFC4E840A86361D F87 2016-09-29 07:36:43.883 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id 6E0D1F1AC2F16F2A21E1AD2C57CCA B1E 2016-09-29 07:36:44.414 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id 236497209611F5B6634BBFE162442 5CE 2016-09-29 07:36:45.148 WARN 2104 --- [gine[Catalina]]] c.a.t.a.s.d.s.DynamoDBS essionStore : Unable to load session with id FBBC1F6B46771BC0077C9177A85E6
This project has been archived. Please see the README.md for more detail on alternative projects.