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:
parent
0d64be15de
commit
705250b93d
2 changed files with 1 additions and 10 deletions
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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue