You may want to take a look at this:
http://groups.google.com/group/cake-php/browse_thread/thread/a83a61b1d286c718/af60f3edf689eb58

I've had problems with Cookies, which sound like your Session problems.
--
Baz L
Web Development 2.0
http://WebDevelopment2.com/

On Dec 17, 2007 4:46 PM, stefuNz <[EMAIL PROTECTED]> wrote:

>
> Hi..
>
> I use CakePHP 1.2 and i include the session component in $components =
> array('Session');
> The Config is set up to store session information in my database.
> Now i want to write a variable 'User', where User Information is
> stored (as an array).
> so i use $this->Session->Write('User',$array);
>
> i can read the variable immediately after this command via $this-
> >Session->Read('User');
> but i don't succeed in reading it in another action or even in the
> same action at another time without writing it before...
>
> Does anyone know how to fix that bug / error / by me ?! :)
>
> cheers,
> stefan
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to