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?