Hello,
I have msm installed & multile sites that link to each other. I’d like to be able to login (on frontend) & not have to re-login on each site.
In 2.2.2 update, adding the multi_login_sites config variable works for this (didn’t for me in last update), BUT now whenever I login on the frontend it redirects to EACH of the multi_login_sites. Its the weirdest thing ever. Example code:
# $config['multi_login_sites'] = "http://www.brehmcenter.com/default.php|http://www.brehmcenter.com/initiatives/fredbock/index.php|http://www.brehmcenter.com/initiatives/reelspirituality/index.php|http://www.brehmcenter.com/initiatives/ogilvieinstitute/index.php|http://www.brehmcenter.com/initiatives/fredbock/index.php|http://www.brehmcenter.com/initiatives/emergingchurch/index.php|http://www.brehmcenter.com/initiatives/visualfaith/index.php";no matter where I login (on any of the sites) it redirects from first site to second site (which is no longer working & shows a site_down page) & then stops. If I change that to:
# $config['multi_login_sites'] = "www.brehmcenter.com|http://www.google.com";It redirects logins to google! Not lying. So freaking weird.