Example #1
0
 /**
  * Starts the session system.
  */
 protected function initSession()
 {
     $factory = new SessionFactory();
     $factory->load();
     self::$sessionObj = SessionHandler::getInstance();
 }