diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-17 21:49:42 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-17 21:49:42 +0100 |
commit | a7048bc45d63710b2e550b4ad467bd91e75c7acf (patch) | |
tree | d7e594c756792cbdd1bde8410ad9f82b286af9bc /inc/poche/Poche.class.php | |
parent | 897b2b53029b8490cd7e9ea329d4151c2f6bd123 (diff) | |
parent | eb5b677250d16e6831bda43661c82e730358de65 (diff) | |
download | wallabag-a7048bc45d63710b2e550b4ad467bd91e75c7acf.tar.gz wallabag-a7048bc45d63710b2e550b4ad467bd91e75c7acf.tar.zst wallabag-a7048bc45d63710b2e550b4ad467bd91e75c7acf.zip |
Merge pull request #567 from mariroz/fix-session-livetime
fix of #115 - stay connected and session livetime
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index f85bb86c..b1143d0b 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -61,8 +61,6 @@ class Poche | |||
61 | private function init() | 61 | private function init() |
62 | { | 62 | { |
63 | Tools::initPhp(); | 63 | Tools::initPhp(); |
64 | Session::$sessionName = 'poche'; | ||
65 | Session::init(); | ||
66 | 64 | ||
67 | if (isset($_SESSION['poche_user']) && $_SESSION['poche_user'] != array()) { | 65 | if (isset($_SESSION['poche_user']) && $_SESSION['poche_user'] != array()) { |
68 | $this->user = $_SESSION['poche_user']; | 66 | $this->user = $_SESSION['poche_user']; |