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
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.
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)