Revert "Revert "yet more session work""

This reverts commit 37d14f3a1d.
This commit is contained in:
redmatrix
2016-05-18 17:03:54 -07:00
parent 37d14f3a1d
commit 1f7e6cae82
2 changed files with 23 additions and 5 deletions

View File

@@ -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() {