Question

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

Was it helpful?

Solution

You can implement Session Timeout in the config file like

'components' => array(
   'session' => array(
      'timeout' => 300,
   ),
),
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top