EasyEngine / site-type-wp

Adds 'wp' site type to EasyEngine
12 stars 14 forks source link

Multisite login does not work on subsites #126

Closed kirtangajjar closed 5 years ago

kirtangajjar commented 5 years ago

Multisite login does not work on subsites. In order for it to work correctly, we need to add the following line in wp-config.php.

define( 'COOKIE_DOMAIN', false);

Also checkout following links for more information. https://wordpress.stackexchange.com/questions/259839/cookies-in-multisite-where-network-sites-have-their-own-domain-name https://catapultthemes.com/wordpress-multisite-cookies-blocked-or-not-supported/