예제 #1
0
 public function logout()
 {
     WY_Session::destroy();
     WY_Response::redirect('login');
 }