That's the problem, If session.start = true in core it would not save my sessions. If I set it to false and through session_start at the top of my controllers, it saved them.
I've tried both php and cake for the save w/ no luck. On Mar 21, 2:59 pm, John Andersen <[email protected]> wrote: > Ok :) > But you should only set Session.start to true in core.php and not use > session_start at all anywhere in your code! > What is your Session.save set to in core.php? > John > > On Mar 21, 9:49 pm, Charles <[email protected]> wrote:> Interesting! > > > I got it to work in vanilla php, i saw my errors. > > > Session.start was set to true. > > > So I set it to false. > > > Put session_start(); at the top of my controller and b-i-n-g-o! I can > > now write to sessions in cakephp. > > > WTF? > > [snip] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
