From c57e38595e78b63e54e392d3d17ffe6d98872981 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 11 Jun 2015 22:58:01 +0200 Subject: bring back long lasting session...maybe --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7e4fc600..df70e413 100755 --- 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(); -- cgit v1.2.3