public function actionLogOut() { $session = new CHttpSession(); $session->open(); $session->remove('usuarioSesion'); $this->redirect('login.php'); }