How can I use Spring Security without sessions?

前端 未结 7 1466
执念已碎
执念已碎 2020-11-29 15:53

I am building a web application with Spring Security that will live on Amazon EC2 and use Amazon\'s Elastic Load Balancers. Unfortunately, ELB does not support sticky sessio

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 16:37

    Actually create-session="never" doesn't mean being completely stateless. There's an issue for that in Spring Security issue management.

提交回复
热议问题