Example #1
0
 private static function _boot()
 {
     session_start();
     \App\Component\Session::checkSessionUser();
 }