> but if someone can point me to the function cake uses to parse > this, that will help a lot.
Cake doesn't encode or decode the session data; normal php does. See the php manual for unserialize() and session_decode() functions; there are lots of user comments with variants on how to decode session data. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
