Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -55/+0 |
| | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear. | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -0/+55 |