Login Once for More Than One

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
AliasBDI
Forum Contributor
Posts: 286
Joined: Fri Nov 15, 2002 10:35 am
Location: Spring, TX, USA

Login Once for More Than One

Post 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?
aliasxneo
Forum Contributor
Posts: 136
Joined: Thu Aug 31, 2006 12:01 am

Post by aliasxneo »

Possible to add a key to the referrer then verify the domain/key when you switch domains.
Post Reply