What session handler are you using Database or PHP method (sometimes referred to as "File")? You can purge the session table, that forces all log-out including site admins/super users. Not ideal but a work-around. But I'd set the session handler to "file/php" to avoid the database bloat caused by the session table, especially on a busy site.
There is a "Session Alive" Chrome plugin so that's one possibility/explanation.
The session setting 15 minutes refers to 15 mins of inactivity, not just 15 minutes, period.
There is a "Session Alive" Chrome plugin so that's one possibility/explanation.
The session setting 15 minutes refers to 15 mins of inactivity, not just 15 minutes, period.
Statistics: Posted by AMurray — Mon Nov 04, 2024 9:40 am