我有一个关于记住我的问题,我设置了 'allowAutoLogin'=>true
'components'=>array(
'user'=>array(
// enable cookie-based authentication
'allowAutoLogin'=>true,
}
,但当用户在登录表单中选择“下次记住我”复选框时,仍会触发此错误:WebUser.allowAutoLogin 必须设置为 true 才能使用基于 cookie 的身份验证。
请帮忙。