yet more session work

This commit is contained in:
redmatrix
2016-05-16 22:01:33 -07:00
parent 1977ab35c0
commit 51edd472c2
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() {