Example #1
0
 public function logout()
 {
     @Session::_destroy();
     header('Location: ' . WWW, true, 302);
 }