aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-17 22:22:05 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-17 22:22:05 +0200
commiteb5b677250d16e6831bda43661c82e730358de65 (patch)
treed7e594c756792cbdd1bde8410ad9f82b286af9bc /inc/poche/Poche.class.php
parent897b2b53029b8490cd7e9ea329d4151c2f6bd123 (diff)
downloadwallabag-eb5b677250d16e6831bda43661c82e730358de65.tar.gz
wallabag-eb5b677250d16e6831bda43661c82e730358de65.tar.zst
wallabag-eb5b677250d16e6831bda43661c82e730358de65.zip
fix of #115 - stay connected and session livetime
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php2
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'];