Hi, PunBB create a cookie that way :
setcookie($cookie_name, serialize(array($user_id, md5($cookie_seed. $password_hash))), $expire, $cookie_path, $cookie_domain, $cookie_secure, true); i dont find how CakePHP could read it. I've read the cookie component and all i conclude is I need to make my own Cookie Management havent I ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---