i developed a program using cakePHP. This program uses frameworks own authentification system. Now i got a notice from a user. He gets logged out after 20-30 mins of inactivity. The strange fact: no other user has this problem AND cakePHP-settings and php-settings for timeouts are set to over 2 hours. Where is the problem? Browser settings? OS? I hae no clue.
Greets
EDIT
All users have this problem. Some days they got logged out after 15 min, some days 2 hours is no problem.
EDIT 2
My Cake-Seetings:
Configure::write('Session.save', 'cake');
Configure::write('Session.timeout', '120');
Configure::write('Security.level', 'medium');