Rework session handling; add CSRF tokens and autologin

This commit is contained in:
Stefan Bühler 2014-10-04 20:46:19 +02:00
parent 922642005d
commit e8f071f67c
6 changed files with 295 additions and 93 deletions

View file

@ -78,5 +78,3 @@ function do_wefact_auth($u, $p) {
return -1;
}
}
?>