where does the garbage collection run, in cron.php? I do have my own login page, which logs in a user using the following code. require_once($phpbb_root_path . 'common.php'); $user->session_begin(); $auth->acl($user->data); $auth->login($username, $user_password, TRUE, 1, 0); It has always worked fi...