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
It seems to be even easier in Spring Securitiy 3.0. If you're using namespace configuration, you can simply do as follows:
Or you could configure the SecurityContextRepository as null, and nothing would ever get saved that way as well.