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
-~----------~----~----~----~------~----~------~--~---