Dear Members,
I have a Recruitment portal (www.shreejobs.com) with 3 subfolders for India, Malaysia & Singapore.
www.shreejobs.com/injobs --- using MySQL indb
www.shreejobs.com/myjobs -- using MySQL mydb
www.shreejobs.com/sgjobs --- using MySQL sgdb
All 3 website & db structures are identical except for some country customization.
Now I want to integrate all 3 websites to allow the jobseekers to access the jobs posted in all 3 sites with single login.
How do share the user account (table : jobseekers) accross the subfolders?
Thanking you all in advance for your help.
mathes
How to share user accounts across multiple sites
Moderator: General Moderators
-
internet-solution
- Forum Contributor
- Posts: 220
- Joined: Thu May 27, 2010 6:27 am
- Location: UK
Re: How to share user accounts across multiple sites
Are you using any opensource CRM or have developed a custom CRM for the site?
One way is to check jobseekers table in all three databases in the login script.
One way is to check jobseekers table in all three databases in the login script.