ericblog


eric mueller

los angeles, california
united states of america

more about eric

September 2, 2008

random post: fixing cookie issues in IE7

stupid fucking IE7. (if there was ever a browser that deserved such strong language, this is it.) I hate IE, and all its quirks and pecadillos. I pray that Chrome will follow some kind of standards but will still WORK…

that said, if you happen to have a site that works flawlessly in every single other browser (INCLUDING the mother of all buggy browsers, IE6), but fails in IE7, check your session domain.

I just added this code to my client’s site and it fixed everything:

ini_set(‘session.cookie_domain’,’.domain_name_here.com’);

ok, back to Firefox…