Welcome Guest, Not a member yet? Register   Sign In
Multiples sites, one login
#1

[eluser]Lokut Da[/eluser]
Hi...

My question is, how can i login in two sites the same time, but with the same authentication system?

I don't want to build two authentication systems for each site. Can i do that with CI? how can i build it?

Thanks in advance. ;-)
#2

[eluser]WanWizard[/eluser]
Use an authentication service, like OpenID, etc. You can setup your own OpenID server if you want (and accept logins from only this server).

If both sites are part of the same domain, you could trick CI in to sharing the session (you will have to use the same user database for both applications as well), but it's not very scalable.
#3

[eluser]Lokut Da[/eluser]
Ouuu ok ok Smile Let me check ur answer ;-)

Thank u so much!




Theme © iAndrew 2016 - Forum software by © MyBB