Example #1
0
 /**
  * 退出登录
  */
 public function actionLogout()
 {
     parent::_sessionRemove('_account');
     $this->redirect(array('login'));
 }