I was hoping that changing into "stateless" for create-session attribute would be the end of it to achieve stateless spring security in my webapp, but it is not so.
With that change, the spring security seems to be not working, since spring security doesnt store anything in the session, and cannot do authentication to secured web requests ?
How do i make use of this "stateless" feature ?
Thank you !
