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 <cri...@gmail.com> 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 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