Page 1 of 1

PHP Cookies/Sessions, Mod Rewrite and IE6

Posted: Sun Apr 13, 2008 7:38 pm
by Mr Tech
Stupid IE6 :roll: If only people would run windows update.

I seem to be having an issue with cookies/sessions, mod rewrites and IE6. For some reason, sometimes the cookies/sessions break in IE6 when I have mod rewrite enabled.

For example, I have a shopping cart script. When someone in IE6 adds an item to their cart, it saves the orderid as a session and cookie. So when they go to another page on their website and then goes back to their cart, it can pull the cart items from the database into their cart. However, when they reload the page in IE6, the cookie and session somehow gets deleted and their cart is empty because it cant determine the orderid... It seems to only happen in IE6.

Anyone had this issue before? Were you able to fix it?