up vote 2 down vote favorite
share [g+] share [fb]

I have two different installations on the same server that I plan to use with OpenId.

If my user connects in one site using his openid, will he be asked to login again in the other installation or will the system find the cookie?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

You can share user sessions across Drupal installs.

Here's a D5 tutorial that should be mostly relevant. domain.module may also accomplish what you want.

link|improve this answer
feedback

The Multisite login module might be useful to do that too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.