Exemplo n.º 1
0
 /**
  * @return void
  */
 public static function Stop()
 {
     if (CSession::$bStarted) {
         CSession::$bStarted = false;
         @session_write_close();
     }
 }