Login to both sites
-
Hello everyone,
I have two sites like SITE1 and SITE2. I have configure both sites using one database and table prefix have different, and user same user table using
SITE1 prefix have ‘wp_’
and SITE2 have
$table_prefix = ‘cd_’;
define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);then site is working properly after some customization.
but,
I need when user login to first site then he will logged to second site and when he login to second then auto login to first site
Then please help me what i do exactly,
I’m a developer.
Thanks in advance,
chandrakant B.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Login to both sites’ is closed to new replies.