I’m unable to login to control panel after upgrading from EE2.8.1 to EE2.9.0. I’ve read many posts and tried many things but none of the solutions proposed seems to work for me. Interestingly, it only happens in production; locally works fine and I’m able to login.
THings I’ve tried are:
- deleted my expressionengine/cache/ dir
- deleted browser cookines and cache
- added $config variables to my config (below)
$config['cookie_prefix'] = '';
$config['cookie_path'] = '';
$config['cookie_domain'] = 'julianomoreira.com';
$config['user_session_type'] = 'c';
$config['admin_session_type'] = 's';
$config['cookie_secure'] = 'n';
$config['expire_session_on_browser_close'] = 'y';Thanks,
Juliano