Users experiencing logouts too fast in CakePHP 4

32 views Asked by At

My users are experiencing logout too soon (about 15-30 minutes) and I don't get it. I have tried following configuration with no luck. Something else is clearly affecting this as session configuration seem to have no effect. System is running on Linux.

'Session' => [
        'defaults' => 'php',
        'timeout' => '1440',
        'ini' => [
            'session.cookie_lifetime' => 86400
        ]

Any ideas where to look for?

0

There are 0 answers