If the user opens two forms of the same kind, one will have a csrf error,
I myself being a multi-talented, multi-tasking with a robot mentality, absolute beast am used to opening multiple tabs and doing things in crazy ways, csrf checks reduce me into a normal person.
What can be done about this?
Sorry, forgot to mention this is about zend framework’s csrf element
No one ever said that only 1 CSRF token can be live at a one time. I typically keep an array of valid tokens and will accept any of them. If only one form instance is opened, only one token, but still works the same way.