I'm having a similar problem with internet explorer 8. I sending data via ajax to my controller, in Firefox, Safari, Chrome and Opera works quite all right. However, seems like IE fails to send the login info. My requests failed in IE so I did $this->log($this- >Session->read('Auth.User'), LOG_DEBUG); in my app_cotroller and with all browsers excepting IE I could see my user in session, with IE appeared empty, hence I couldn't access my controller method (protected by auth). The weirdest part is that even when I told auth to allow that specific action, I checked my data that arrived correctly but still the save() didn't occurred.
Could you solve your issue? Anybody else have any ideas? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---