objectify all the session management stuff

This commit is contained in:
redmatrix
2016-04-08 04:44:10 -07:00
parent 2db59f3b76
commit 9b66b5eee3
7 changed files with 181 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ if(! App::$install) {
load_config('system');
load_config('feature');
require_once('include/session.php');
\Zotlabs\Web\Session::init();
load_hooks();
call_hooks('init_1');
@@ -84,7 +84,7 @@ if(! App::$install) {
*
*/
session_start();
\Zotlabs\Web\Session::start();
/**
* Language was set earlier, but we can over-ride it in the session.