aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Web/Session.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Web/Session.php b/Zotlabs/Web/Session.php
index df7249a34..b1f5526ea 100644
--- a/Zotlabs/Web/Session.php
+++ b/Zotlabs/Web/Session.php
@@ -29,6 +29,7 @@ class Session {
*/
$handler = new \Zotlabs\Web\SessionHandler();
+
$this->handler = $handler;
$x = session_set_save_handler($handler,false);