Example #1
0
 public static function open()
 {
     if (!Session::$_open) {
         session_start();
         Session::$_open = true;
     }
 }