I’m having some issues sharing the user sessions across two installs.
(a) site on http://stolenmx.com
(b) site on http://arcade.stolenmx.com
I have installed B in the same database as A and I have defined the user and user_meta tables so I am sharing user data and users etc but I can’t seem to bridge the sessions.
I have tried using cookies a few different ways but nothing works.
This is what I’m using in (b) wp-config at the moment with no effect,
define('COOKIE_DOMAIN', 'www.stolenmx.com');
define('COOKIEPATH', "https://wordpress.stackexchange.com/");
does anyone know how to get this working?
I’m actually using UserPro on site (a) to manage registration and login and I have wp-login.php disabled. Could this be why cookie isn’t working cause UserPro saves the cookie elsewhere or just simply doesn’t use one?