public function destroy()
 {
     self::$started = false;
     session_unset();
     session_destroy();
 }