Reputation: 1519
I want to implement SSO in a CakePHP project. I will used cookies for doing this.
someone advised me to check CakePHP as there is a property that let you share session in different application using sessions.
Upvotes: 0
Views: 2853
Reputation: 1519
I do this, I go to manage this using cookies, with native coding, as All projects share the same domain.
I make different kind of cookies which save:
With Some Flows, And ideas I make a good solution.
Upvotes: 0
Reputation: 1821
This article might be able to help you. I have to admit that I've not had much luck in the past getting CakePHP to play nicely with another framework. The alternative is to require the other application to use CakePHP's sessions, which is typically easier if it's not itself a framework. If both are frameworks, I would recommend the first link.
Upvotes: 1