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)