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