Hey you guuuys..
I’m having some very strange CP issues on one of my sites. All superadmins are reporting a lack of cooperation for CP authentication:
When the CP session type is set to cookies, nobody can log in. At all.
When the CP session type is set to sessions, you can login, and sometimes save new settings/ channel entries, sometimes not. Sometimes it logs you out!
Using both of the above results in a wonky combination of the above characteristics. Right, lots of fun 😉
Please consider the below relevant section of config.php:
$config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
$config['is_system_on'] = "y";
$config['allow_extensions'] = 'y';
$config['site_label'] = 'laybel';
$config['admin_session_type'] = "s";
$config['user_session_type'] = "c";
$config['require_ip_for_login'] = "n";
$config['require_ip_for_posting'] = "n";
$config['cookie_prefix'] = "";
$config['secure_forms'] = "n";Is this symptomatic of any known bug? Thanks in advance for helping us resolve it - it’s kind of an emergency.
EDIT: When it’s set to sessions, the user gets ONE submit that works, then the rest are seemingly ignored. Hm.. what kind of caching might that be?