Post by Mason Novak Share this:# Edit your php.ini file- session.gc_maxlifetime = 1440# Go to config.inc.php in phpmyadmin add the following code..$cfg['LoginCookieValidity'] = 60*60*24*7; // 60*60*24*7 = one week Share this: