Page 1 of 1

Login Once for More Than One

Posted: Tue Sep 18, 2007 1:15 pm
by AliasBDI
I was wondering if anyone could contribute some ideas on how to do this ...

I have a series of web sites with different domain names (domain1.com, domain2.com, etc.). All of them require a login of some kind (either Session or Cookie). However, I want to keep the user database on one domain and have all of the others login from their own domain. This way, when a user moves from one site to another, his login settings remain.

Any ideas?

Posted: Tue Sep 18, 2007 1:51 pm
by aliasxneo
Possible to add a key to the referrer then verify the domain/key when you switch domains.