You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at first I want to thank everybody behind this project! Awesome work.
I have a question:
A user clicks on a form, enters his data and sends the form after the session has expired. Maybe he was on the phone, closed his laptop or whatever. When he comes back, he posts the form which results in a csrf validation error.
Now the csrf token will still be the old one on the form with the error. In Symfony2, the user will have the new token so he can post the form with the data already entered.
What's your opinion on this behaviour?
Cheers Michi
The text was updated successfully, but these errors were encountered:
Hi everybody,
at first I want to thank everybody behind this project! Awesome work.
I have a question:
A user clicks on a form, enters his data and sends the form after the session has expired. Maybe he was on the phone, closed his laptop or whatever. When he comes back, he posts the form which results in a csrf validation error.
Now the csrf token will still be the old one on the form with the error. In Symfony2, the user will have the new token so he can post the form with the data already entered.
What's your opinion on this behaviour?
Cheers Michi
The text was updated successfully, but these errors were encountered: