forked from wallabag/wallabag
fixes with new session class
This commit is contained in:
2
inc/3rdparty/Session.class.php
vendored
2
inc/3rdparty/Session.class.php
vendored
@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user