Hi :)
As discussed several times in this group, you have to do a mysql_query("SET
NAMES 'UTF8'") to work with UTF-8 in your cake app.
This seems to create a problem with sessions if you store them in DB through
define('CAKE_SESSION_SAVE', 'database');
I tested with CakePHP 1.1.2 and 1.2: in both cases, user data written to and
then read from session gets corrupted (probably during
serializing/unserializing of array data). You can see this by doing a
print_r($this->Sessions->read()); in your controller.
Anybody can confirm this? Should I file a bug... or have I just overlooked
something?! ;-)
Heiner
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---