I am newbie to the Yii Framework. In Yii when you login by default it redirects to the index page. I want that when I will login to Yii the page will redirect to another pag
$this->redirect($this->createUrl('yourcontroller/youraction'));