Re: Un expected Logout in cakephp session

2010-03-13 Thread malu star
Hi Bailey , Thanks for replay. Is this the line to comment in core.php ("Configure::write('Session.checkAgent', true);") ?. Also Firefox3 and ie8 have the same issues. Regards, Malu On Sun, Mar 14, 2010 at 1:30 AM, Bailey wrote: > Hi Malu, > > I had exactly the same issue, i kept on loosing

Re: Un expected Logout in cakephp session

2010-03-13 Thread Bailey
Hi Malu, I had exactly the same issue, i kept on loosing the session (which was causing the logout) every few minutes... i found that this was only happening in Internet Explorer though and not when using Firefox. Is this the same case as you? I seem to remember by commenting out the check on the

Un expected Logout in cakephp session

2010-03-13 Thread malu star
Hi, I have used cakephp Auth for Login purpose. But the user is logout every 2 minutes. I have set the security level low in config/ core.php(ie Configure::write('Security.level', 'low'). But the user is logout every 2 minutes. Also i have increased Session.timeout . But there is no result. P