I have a website built on Codeigniter with Ion_auth for authentication.

I'm now building a new site with PyroCMS and would like users to be logged into PyroCMS when they're logged into my original site.

What's the best way to check the session or cookie in the second Codeigniter site?

link|improve this question

Are they under the same domain? – Yan Apr 12 at 20:00
feedback

1 Answer

up vote 1 down vote accepted

You can try appstucco. It basically replaces your pyrocms users module with a custom version so that you can use one ldap server for multiple sites.

For official pyrocms blog post about appsutcco: http://www.pyrocms.com/blog/2012/05/appstucco-making-cool-addons

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.