Spring-security, Elastic Load Balancer and sticky sessions -
i'm using spring , spring-security handle authorisation , authentication.
my app running behind elb have configured sticky session (using spring's security sessionid). works fine. elb configured spawn , delete instances depending on load.
so if user_a's session on server c , server terminated .. user_a have re-login. , don't that.
is there way spring-security make him use db store token instead of inmemory cache ?
thank you!
Comments
Post a Comment