Hi,
i installed Shared signon 6.3 on d6.9, on
- an already existing site, with Domain Access running well (and no domain specific config yet)
- i use only domains (www.example.com as primary, www.example.ca, www.example.jp... as slaves
- single DB, no prefixes
When i Integrate with Domain module by checking the case;
- Anonymous users get an Infinite Redirection loop, when trying to call a slave domain. They can call primary.
- Logged users (thru primary of course), can go to all slaves domains and are well logged in.
i applied the language patch (http://drupal.org/node/344767) because i use i18n and my url looks like this
http://www.example.com/en/singlesignon/initial_check?slave_session=xxxxx...
, but same issue occurs.
i cleared the sessions table ... same issue.
Do you have any idea of what could be wrong and should i do ?
Thank you.
Comments
Comment #1
skowyra commentedI am having exactly the same issue with the same module and core versions. The configuration difference is that I'm running a multi-site (single code base - multiple subdomains pointing to main domain). I'm not using Domain Access. I did not apply a language patch.
Also, when logging out of a subdomain, I get the Infinite Redirection Loop, though the user does get logged. I check this when I go back to them main domain page. When logging out, I can watch the browser (Firefox) status bar keep bouncing back and forth between the subdomain and the master like this - www.example.com -> www.sub.example.com then back.
Cookies are enable. Things work fine for authenticated users.
Thanks
Comment #2
chipway commentedi had ACL for Forums Access. I disabled both and rebuilt Access rights, but it is the same issue : Auth users can switch between domains but Anonymous get a LOOP !!
Any new idea welcome.
Thanks
Comment #3
chipway commentedHi,
Any new idea please ?
thanks
Comment #4
dropcube commentedI confirm the issue, I am having the same problem. There are several similar issues in the queue, I suggest to concentrate the attention in one point to fix it.
Comment #5
chipway commentedHi Dropcube,
Thank you for confirming the issue.
i haven't seen the similar issues that you talk about.
Do you have any new idea ?
Thanks
Comment #6
chipway commentedHi,
Any news about resolving this issue ?
Thanks
Comment #7
chipway commentedHi,
i tried Domain Access 6.x-2.0-rc6, but i still have the loop issue for other domains.
Help welcome.
Thank you
Comment #8
wayland76 commentedJust for the record, I'm no longer involved in Drupal development. However, if anyone comes up with a patch that looks reasonable, I'm happy to apply it.
Comment #9
abdulFarooqui commentedI had similar issue. (For me) the cause was that all my sites (that shared the authentication cookie) were configured as aliases of each other in apache. I modified the apache configuration and configured all the websites as independent virtual hosts. That seems to have solved the problem.
Comment #10
chipway commentedHi,
i solved my version of this issue by adding a user with id 0 anonymous (that was broken thru backup).
Hope this helps.