MyBB Community Forums

Full Version: How to stay logged into ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After like an hour i get logged out, how do i perma stay logged in pls?
below code segment is from index.php file of admin folder [lines 428 & 429]
// Admin CP sessions 2 hours old are expired
if($admin_session['lastactive'] < TIME_NOW-7200)

you can try changing session time 7200 to 14400 to make it 4 hours login stay.

Note: php files should be saved with utf-8 encoding without Byte Order Mark.
in general, we use editor like Notepad++ or file editor at web host panel