Hey All, I know this issue keeps coming up and I found a solution for me a few months ago and never posted. Here is another one. In the wp-config.php add this
/** Added to fix issue with the login. */
define('ADMIN_COOKIE_PATH', '/');
After the DB_COLLATE lines. Hope this works for you.