Hello, Not long ago I was having issues with sessions, where the session information wasn't being saved. In my case the problem is that the controller file (users_controller.php) had extra lines after the PHP closing tag (?>). Once I removed those lines the problem was gone and the information was being saved. I don't know if that was something that I was supposed to know, but I'm posting it here in case someone makes the same mistake.
Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
