Infinite redirection for Anonymous while works fine for auth users
| Project: | Shared Sign-On |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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.

#1
I 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
#2
i 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
#3
Hi,
Any new idea please ?
thanks
#4
I 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.
#5
Hi 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
#6
Hi,
Any news about resolving this issue ?
Thanks
#7
Hi,
i tried Domain Access 6.x-2.0-rc6, but i still have the loop issue for other domains.
Help welcome.
Thank you
#8
Just 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.
#9
I 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.
#10
Hi,
i solved my version of this issue by adding a user with id 0 anonymous (that was broken thru backup).
Hope this helps.
#11
Automatically closed -- issue fixed for 2 weeks with no activity.