Yii - 用户选择“下次记住我”复选框时出错

时间:2013-10-26 14:04:25

标签: yii

我有一个关于记住我的问题,我已设置'allowAutoLogin'=> true

'components'=>array(
    'user'=>array(
        // enable cookie-based authentication
        'allowAutoLogin'=>true,
}

,但仍然在用户选择登录表单中的“请记住我下次”复选框时,会触发此错误:必须将WebUser.allowAutoLogin设置为true才能使用基于cookie的身份验证。

请帮忙。

0 个答案:

没有答案
相关问题