Use Session component to read session data.
http://book.cakephp.org/view/173/sessions
or
use Set::extract if you get get data directly from db
On Mar 28, 11:26 pm, Nelson Cysneros <[EMAIL PROTECTED]> wrote:
> I'm getting the data column from the session table (DB session option)
> and it looks something like this:
>
> Config|a:3:{s:4:"rand";i:6637528;s:4:"time";i:1179...
>
> How can I parse this to get the session variables I need.
> I need this for an external application, so I can't use cake methods,
> but if someone can point me to the function cake uses to parse this,
> that will help a lot.
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---