It's not too hard to understand:
right now WB has two security levels for forms. Both are based on tokens for each saving process. Tokens will be generated if a form opens.
- Default (highest level)
One token only can exist at the same time. A token can be used only once. To open second form in another window/tab, will create a new token and delete the previous one. So the first form loose it's token and become invalide.
- MultiTab (high level)
Multiple tokens can exists at the same time. Each of these tokens is valid for a defined range of time. So it is possible to open more then one window/tab simultaneously.
To time we still have a little problem with FireFox. FF generates an security error at first calls. If this issue occurs, you can simply wait for 24 hours (please, don't call us crazy..) or use another browser for the first time saving a settings in backend. After this, FF will work completely normal. It is a mystery, but we work on it.
