1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

fixes with new session class

This commit is contained in:
Nicolas Lœuillet 2013-09-20 09:32:49 +02:00
parent 0d64be15de
commit 705250b93d
2 changed files with 1 additions and 10 deletions

View file

@ -136,7 +136,7 @@ class Session
*/
public static function logout()
{
unset($_SESSION['uid'], $_SESSION['ip'], $_SESSION['expires_on']);
unset($_SESSION['uid'],$_SESSION['ip'],$_SESSION['expires_on'],$_SESSION['tokens'], $_SESSION['login'], $_SESSION['pass'], $_SESSION['poche_user']);
}
/**