In all three browsers when trying to login it just refreshes. This seems like a common problem and I have even experienced it in the past. I am currently working locally with the WAMP stack and it was working fine yesterday. I have added every suggested config variable and even made sure that my PHP and EE time settings are the same to no avail. Here are my config variables:
$config['app_version'] = "260";
$config['install_lock'] = "";
$config['license_number'] = "XXXXXXXXXXX";
$config['debug'] = '1';
$config['cp_url'] = 'http://domain.local/admin.php';
$config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
$config['is_system_on'] = "y";
$config['allow_extensions'] = 'y';
$config['site_label'] = 'Site Label';
$config['cookie_domain'] = '';
$config['cookie_path'] = '';
$config['cookie_prefix'] = '';
$config['server_timezone'] = 'America/Anchorage';
$config['user_session_type'] = 'c';
$config['admin_session_type'] = 's';Please help ASAP as I am on a tight deadline, thank you!
Greg