| anim_chowdhury wrote: |
Hi, Jeruvy. Did you read my needs? Here I don't need to share DB or session for another domain.
|
Ok, give us a comprehensive on the process you envision.
| Quote:: |
Any one can tell me the structure of codes that I can use to each site(same code for each site), that will add same user name(with same user info) to rest DBs of rest domains? And when user clicks the activation link from email, his account will be activated for all site.
|
How are your sites defined? How is one site known (or unknown) different from another? What is the defined purpose of the difference in 'sites' then?
If your not using domains, then what is the definition of what you are attempting, since I think even more likely you could do this with one installation using groups, but I need more specifcs to your request perhaps to understand what you specifically mean.
| Quote:: |
I think this process will have less security hazards than using shared DB.
Cause when user has logged in Site A and connects to Site B using same or new browser window, he will be shown log in option for Site B and have to log in gain(since he has not logged in Site B).
That is what I need.
Thanks |
Again, yes using one installation is only one risk vs. having two installations hence two risks.
Now for the login part, why not have a master site:
www.subscribe.com
Here users have a basic login and create accounts. These are mirrored nearly realtime to:
www.awesomewebsite.com
so that when the login occurs or the user goes for content they are sent to that site. The login info is the same so they automatically have accounts. Turn off anonymous users and it's private.
Now I assume two separate installations to do this both with their domains individual. Maybe this is what your thinking of?