Single Sign In without Joomla Multi Sites error 12 Years, 3 Months ago
|
Karma: 0
|
Hi, I have a problem with configuration Single Sign In without JMS.
I have made in Joomla 1.5 website: inconferences.com.
Subdomains: it.inconferences.com and medycyna.inconferences.com.
I have one secret value in all (3) configuration.php files.
The plugin is active in all site, and configurated:
action: selected domains;
Free additional domain: inconferences.com,it.inconferences.com, medycyna.inconferences.com
Ping protocol: Domain protocol or http
If i log in with one domain, I cannot log in automatic on another or otherwise.
If I am logged in on one domain and for exapmle second domain and I log out from one I log out on second and otherwise.
Thanks for your help.
|
|
|
|
|
Re: Single Sign In without Joomla Multi Sites error 12 Years, 3 Months ago
|
Karma: 54
|
First, verify that the plugin is enabled.
Second you need to verify that your database #__users and #__sessions tables are correctly shared.
In the troubleshooting section present in the user manual, we describe how to enable the debug mode to get more info.
Did you checked that the login (or login) replies true with a browser debugger (like firebug).
If you received false, this probably mean that the "secret" value is invalid. Perhaps you should add the secret value after each domain.
A quick look that I did on the domain that you provided seems to show that the logout is called with a "true" answer. That show that the plugin is enable and that the secret value is probably ok.
Therefore, I suggest that you verify that you correctly share the MySQL tables #__users, #__sessions.
|
|
|
|
|
Re: Single Sign In without Joomla Multi Sites error 12 Years, 3 Months ago
|
Karma: 0
|
Hi, thank you for answer.
Please tell me what is mean I have to correctly share databases tables?
I have 2 different databases.
|
|
|
|
|
Re: Single Sign In without Joomla Multi Sites error 12 Years, 3 Months ago
|
Karma: 54
|
|
|
|
|
|
|