Revert "yet more session work"

This reverts commit 51edd472c2.
This commit is contained in:
redmatrix
2016-05-18 17:02:46 -07:00
parent 166d63ff60
commit 37d14f3a1d
2 changed files with 5 additions and 23 deletions

View File

@@ -13,8 +13,8 @@ namespace Zotlabs\Web;
class Session {
private $handler = null;
private $session_started = false;
static private $handler = null;
static private $session_started = false;
public function init() {