I have just installed domain access and I am finding one problem. As a superuser I want to set up the domains but when I change from one domain to another drupal asks me to login into the other domain. I want drupal to understand I am a logged in user and to accept me as a registered user in both domains. How can this be done? I want this also for users, I don't want them to have to register and log-in into both domains. When they log in in one domain, I want the whole system to understand they are valid users.

Comments

agentrickard’s picture

Status: Active » Closed (duplicate)

See the notes under the $cookie_domain heading on https://drupal.org/node/1096962

Farreres’s picture

Just a quick note. I installed single sign on and it wrecked the whole site. As the module explains, it's only a proof of concept. The cookies get broken when sso is installed. I have read somewhere that shared single signon could be implemented in the context of domain access without the security holes it had. I suggest everyone to stay far from single sign on. Logging to the two domains separately is not so bad in my case but it is awkward. I think I will wait for a single sign on solution that works.