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?

On Mar 21, 2:12 pm, John Andersen <j.andersen...@gmail.com> wrote:
> Ps. do you core php file contain:
>
>         Configure::write('Session.start', true);
> ??
> Enjoy,
>    John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to