Hi,
When I login on the primay blog everything works great, but when I try to login in on a subblog it loops back to the login page.
I have tryed to add
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
to my wp-config.php, but it didnt help.
How to fix ?