Re: [symfony-users] csrf token required

2010-07-12 Thread Bernhard Schussek
Probably you forgot to render the hidden fields. Check the HTML source whether a hidden field with the name __csrf_token is present. If not, add the following in your template: ?php echo $form-renderHiddenField() ? Bernhard -- If you want to report a vulnerability issue on symfony, please send

[symfony-users] csrf token required

2010-07-11 Thread Samuel Morhaim
Hi, I am getting a Csrf Token required error, but not sure why. This is a very simple form, made the same way I've made many other forms but never got this error before. What should I be checking for? Thanks. -- If you want to report a vulnerability issue on symfony, please send it to security

[symfony-users] CSRF token required on login form when session times out

2009-08-12 Thread Grégoire
Hi, I've got a problem with my login form that occurs only after a session timeout when I was on a form, posting data. My application has global CSRF protection. The facts are these... 1. I log in successfully. 2. I go to a page with a form (that is csrf protected). This action is secure,