diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-17 22:22:05 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-17 22:22:05 +0200 |
commit | eb5b677250d16e6831bda43661c82e730358de65 (patch) | |
tree | d7e594c756792cbdd1bde8410ad9f82b286af9bc /inc/poche | |
parent | 897b2b53029b8490cd7e9ea329d4151c2f6bd123 (diff) | |
download | wallabag-eb5b677250d16e6831bda43661c82e730358de65.tar.gz wallabag-eb5b677250d16e6831bda43661c82e730358de65.tar.zst wallabag-eb5b677250d16e6831bda43661c82e730358de65.zip |
fix of #115 - stay connected and session livetime
Diffstat (limited to 'inc/poche')
-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']; |