注销后重定向webroot / front cakephp

时间:2019-11-27 13:06:00

标签: cakephp-3.0

我具有创建功能

 public function logout(){    
   $url = $this->Auth->logout();    
   $this->request->session()->destroy();    
   return $this->redirect($this->Auth->logout());
 }

在src / Controller / UsersController中并放入

$this->Auth->allow(['logout']);

berforefilter函数,但注销后重定向到以下URL    https://siteurl/webroot/front/?redirect=%2Ffront%2Fdashboard

0 个答案:

没有答案