Thanks for your suggestion. My boss has just purchased it today, but I failed to make it function properly.
I have 2 domains: "
www.domain1.com" and "
www.domain2.com/ssotesting/", both are Joomla 1.5.25.
First, I have shared the "#__sessions" table of domain1 to domain2 by using CREATE VIEW. When I login domain2 frontend, I see the GET request like
www.domain1.com/plugins/system/multisite.....wbuZnWTVnMkVTUpBXU [HTTP/1.1 200 OK 77ms].
But in domain1, I am not login. When I refresh domain1 page, I see the GET request
www.domain2.com/ssotesting/plugins/syste...sidomains/logout.php [HTTP/1.1 200 OK 180ms]. In this case, I am really logout from domain2. (i.e. Logout works, but login doesn't work, no matter which site I am loggin in first.)
Then I tried the followings in sequence, but still doesn't help:
- Using the same Secret Word for both sites.
- Sharing the "#__users" table of domain1 to domain2 as well.
I have also tried enabled the "$ssi_debug = true;" statement and type in the login GET request in a browser directly, but it just responsed:
//ssidomain_login_debug : "Set info for ALL domains";
ssidomain_login = true;
What have I missed? Please help.
Thanks and best regards,
Michael