1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

bring back long lasting session...maybe

This commit is contained in:
Thomas Citharel 2015-06-11 22:58:01 +02:00
parent c0d4c895a4
commit c57e38595e
2 changed files with 3 additions and 3 deletions

View file

@ -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();