5
I had the same issue. The solution is to modify the \admin\includes\config.php file. Change the line:
define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'
To:
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'db'
You should now be able to log into the Admin area.