Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch CSRF token from per-request to per-session
This patch switches the CSRF token handling from per-request to per-session. The per-request behavior was overly aggressive, and it restricted parallel browsing (e.g. multiple open browser tabs).
- Loading branch information