Foros
The great place to discuss topics with other users
Mobile Logging Out Problem
'
Join the Conversation
Post Reply
I believe I found a solution for this. Well! It's working for me.
Backup your file before changing anything.
Open bootstrap.php and look for
$user->log_session();
And replace with
// First, set session parameters BEFORE session is started ini_set("session.cookie_lifetime", 604800); // 1 week ini_set("session.gc_maxlifetime", 604800); // Then allow session to start $user->log_session(); // this internally calls session_start()