OK. I solved the problem.

I added the following constants, and values, to the wp-config.php files:

define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');...