From 51edd472c2e007490bdad3198ba1b2a3d7a09c45 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 16 May 2016 22:01:33 -0700 Subject: yet more session work --- Zotlabs/Web/Session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Web') diff --git a/Zotlabs/Web/Session.php b/Zotlabs/Web/Session.php index b1f5526ea..c26b3523c 100644 --- a/Zotlabs/Web/Session.php +++ b/Zotlabs/Web/Session.php @@ -13,8 +13,8 @@ namespace Zotlabs\Web; class Session { - static private $handler = null; - static private $session_started = false; + private $handler = null; + private $session_started = false; public function init() { -- cgit v1.2.3