ログアウト処理

Controller

Controller.phpdownload

public function logout(){

	$this->request->session()->destroy();

	return $this->redirect($this->Auth->logout());
}
© 2025 wayday