在main.php中配置:

'components'=>array(
	'user'=>array(
		// enable cookie-based authentication
		'allowAutoLogin'=>true,
		'returnUrl' => array('/site/index'),
	), 
),

略过了componets中的其他配置项。