After configuring Spring Security 3.2, _csrf.token is not bound to a request or a session object.
_csrf.token
This is the spring security config:
&l
If you will apply security="none" then no csrf token will be generated. The page will not pass through security filter. Use role ANONYMOUS.
security="none"
I have not gone in details, but it is working for me.