aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/requesttoken.js
Commit message (Collapse)AuthorAgeFilesLines
* Create only one CSRF token per sessionLukas Reschke2012-10-311-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 autorefreshChristian Reiner2012-09-281-0/+55