Вопрос

I download 1.1.14,and try it , get a question about user authTimeout Any one can help me? When i used the configration like this:

'comments'=array(
`user`=array(
...
'absoluteAuthTimeout' => 60*100,
...

and logined, but ,click user pannel at once , it logout auto.

Regards

Это было полезно?

Решение

You can implement Session Timeout in the config file like

'components' => array(
   'session' => array(
      'timeout' => 300,
   ),
),
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top