Using the default database session handler in Joomla has always been unreliable. Suggest you do a couple of things:
1. EMPTY the database table xxxxx_session. Do not DROP the table, just EMPTY it.
2. Change these settings in configuration.phpTry it out and see if it helps.
1. EMPTY the database table xxxxx_session. Do not DROP the table, just EMPTY it.
2. Change these settings in configuration.php
Code:
public $lifetime = 15;public $session_handler = 'filesystem';
Statistics: Posted by mtgg — Tue Sep 03, 2024 9:21 pm