Hi Bakers, I'm trying to integrate Cake into an existing project, and I have an issue with user logins and the session data for them. My beforeFilter in my app controller calls an existing session checking script, which redirects if the right data isn't in the session.
However, when users move between pages, they have to log in twice : once for standard PHP pages, and once for Cake page. The post tiled "Import Existing Sessions into CAKE" was enlightening but disheartening, and as my needs are so much simpler than the examples in that thread, I'm hoping there's a simpler solution. I can stop Cake sessions being started automatically (core.php I think) and then users only have to log in once - but then I can't use the Cake session classes, like setting flash methods, etc. Perhaps alterations to the other session related settings in core.php wold allow Cake to find the exisitng cookie and session data? Any insight would be helpful... Thanks, Woody --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
