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:
parent
c0d4c895a4
commit
c57e38595e
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue