Example #1
0
 /**
  * Close session write
  *
  * @return void
  */
 public static function closeWrite()
 {
     session_write_close();
     self::$_isStarted = false;
 }