time - Yii 1.1.14 absoluteAuthTimeout -


i download 1.1.14,and try , question user authtimeout 1 can me? when used configration this:

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

and logined, ,click user pannel @ once , logout auto.

regards

you can implement session timeout in config file like

'components' => array(    'session' => array(       'timeout' => 300,    ), ), 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -