i want to implement SSO in cakephp project i will used cookies for doing this some adivice me to check cakephp as there is a property that let you share session in diffrent application using sessions
A:
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.
michaelc
2009-11-05 20:00:39