]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/Session.class.php
Installation mode
[github/wallabag/wallabag.git] / inc / Session.class.php
index ee12b3d155e1ae15f210dda5d8cf6e5e6d27e29d..eff924ccdb06dddf8c68bcfab1a15fc967bfc000 100644 (file)
@@ -93,7 +93,7 @@ class Session
     // Force logout
     public static function logout()
     {
-        unset($_SESSION['uid'],$_SESSION['info'],$_SESSION['expires_on'],$_SESSION['tokens']);
+        unset($_SESSION['uid'],$_SESSION['info'],$_SESSION['expires_on'],$_SESSION['tokens'], $_SESSION['login'], $_SESSION['pass']);
     }
 
     // Make sure user is logged in.