Fixing the cookie login problem

There looks like there are a lot of causes of this problem. My solution seems to be to turn off forcing.

define('FORCE_SSL_ADMIN',false);

Will have to see if this works.