开发者

CakePHP Session Expires - Frequently

开发者 https://www.devze.com 2023-03-24 02:18 出处:网络
I am using CakePHP 1.3 and in core.php. I set the following settings Configure::write(\'Security.level\', \'low\');

I am using CakePHP 1.3 and in core.php. I set the following settings

Configure::write('Security.level', 'low');

Configure::write('Session.timeout', '12');

But after logged in,开发者_如何学JAVA its frequently logged out. I am not using auth component


Session.timeout - Base session timeout in seconds. use

Configure::write('Session.timeout', 12 * 60 );
0

精彩评论

暂无评论...
验证码 换一张
取 消