Re: session->check error but I'm not using sessions yet

2008-05-27 Thread scoby
I was trying use a variable I created called $sessions which seems to be reserved for the cake session variable ( or maybe php? ) Anyhoo, just changing the name of my variable fixed the problem. Thanks. On May 26, 3:54 pm, "b logica" <[EMAIL PROTECTED]> wrote: > Check that your app/core.php has

Re: session->check error but I'm not using sessions yet

2008-05-27 Thread scoby
That line is present and correct in app/config/core.php On May 26, 3:54 pm, "b logica" <[EMAIL PROTECTED]> wrote: > Check that your app/core.php has: > > Configure::write('Session.start', true); > > On Mon, May 26, 2008 at 9:04 AM, scoby <[EMAIL PROTECTED]> wrote: > > > I get the following error