문제

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