]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
bring back long lasting session...maybe
[github/wallabag/wallabag.git] / index.php
index 7e4fc600147a872b63903d9ad25dd3627a4e2bdb..df70e413c3c6eb6615e6622bfc052fa30fd9f60a 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@ require_once 'inc/poche/global.inc.php';
 
 // Start session
 Session::$sessionName = 'wallabag';
-Session::init();
+Session::init(true);
 
 // Let's rock !
 $wallabag = new Poche();