I have used CakePHP in my application. But it has a weird problem. Some times a user is being automatically logged out after within few secs. How to stop this auto log out?
I have set below codes in my app/config/core.php:
Configure::write('Session.timeout', '120');
Configure::write('Security.level', 'low');