Example #1
0
 /**
  * Starts the session component
  */
 protected final function initSession()
 {
     if (class_exists('\\Fewlines\\Component\\Session\\Session')) {
         Session::startSession();
         Session::initCookies();
     }
 }