Turns out I had a vendor file calling session_start().  Once I
commented that out, it was fine.   Downgrading the session files gave
me the error.

Interesting...

On Jan 7, 3:17 pm, Damon <[EMAIL PROTECTED]> wrote:
> I'm having a problem with the session being dropped when I redirect.
>
> Controller1:
> $this->Session->set('foo',$foo);
> $this->redirect('/controller2');
>
> Controller2:
> debug($_SESSION); // returns an empty array
>
> In core.php:
> Configure::write('debug', 2);
> Configure::write('Session.timeout', '120');
> Configure::write('Session.start', true);
> Configure::write('Session.checkAgent', false);
> Configure::write('Security.level', 'low');
>
> Ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to