I just had a problem with CakePHP 1.2 and Firefox sessions, which could possibly be the same as the problem you are having.
The answer was in an older post here, and weirdly enough I fixed it by fully qualifying favicon in default.ctp (app/views/layouts/ default.ctp) example: <link rel="shortcut icon" href="http://www.fluffycat.com/favicon.ico" type="image/x-icon" /> I think I could also have fixed this by adding .ico files to .htaccess (AddType image/x-icon .ico), but I didn't try that. -Larry Truett http://www.LarryTruett.com On Jan 9, 2:53 am, beetlejuice <[EMAIL PROTECTED]> wrote: > @David : > @ Martin : > many thanks for your precious answers. > it is obvious now :) > > I have another pb now ! > Now, with my cakephp 1.1.19.6305, > sessions work with IE6, :-) > but not with Firefox 2.0.0.11 !!! :-( > > i may try with cakephp 1.2 > otherwise, if you have any idea ? > > best regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
