]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/Session.class.php
bug fix #268: move POCHE_VERSION in index.php and change the name to avoid conflicts...
[github/wallabag/wallabag.git] / inc / 3rdparty / Session.class.php
index 08126bade1200687ad26e4345d71eabe37a43dc0..df913a0680f4e5e3c8ed9906a0d57e72429445d3 100644 (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']);
     }
 
     /**