Sign Up/Login system for multi-domain/multi-server
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-04-16T10:40:06Z
Indexed on
2010/04/16
10:43 UTC
Read the original article
Hit count: 290
I'm thinking about a good solution for implementing a sign up/login system that works across different domains and servers. A working example is Olx (you can register in one domain, and your login will work in the rest of domains).
The scenario is that every domain (one per country) has its own database. And there will be 2 servers (for example), each one will have the 50% of the domains (and so the 50% of databases).
What would you suggest to start with?
Database: MySQL 5.1 Server-side language: PHP 5.3
(I will be using Symfony 1.4, so if someone has some suggestion for this framework, it will be interesting too, although it is optional)
© Stack Overflow or respective owner