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…