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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -