diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-06-11 22:58:01 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-06-11 22:58:01 +0200 |
commit | c57e38595e78b63e54e392d3d17ffe6d98872981 (patch) | |
tree | c531cfe6c47f471425398381b5f7d431e03ed6a6 /index.php | |
parent | c0d4c895a4b0c34a462d70cbb17385de772e4e90 (diff) | |
download | wallabag-c57e38595e78b63e54e392d3d17ffe6d98872981.tar.gz wallabag-c57e38595e78b63e54e392d3d17ffe6d98872981.tar.zst wallabag-c57e38595e78b63e54e392d3d17ffe6d98872981.zip |
bring back long lasting session...maybe
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require_once 'inc/poche/global.inc.php'; | |||
15 | 15 | ||
16 | // Start session | 16 | // Start session |
17 | Session::$sessionName = 'wallabag'; | 17 | Session::$sessionName = 'wallabag'; |
18 | Session::init(); | 18 | Session::init(true); |
19 | 19 | ||
20 | // Let's rock ! | 20 | // Let's rock ! |
21 | $wallabag = new Poche(); | 21 | $wallabag = new Poche(); |