Hello everyone,
I am having trouble with my Magento website when viewed in Internet Explorer. I noticed that the frontend session cookie disappears unexpectedly while using the site in IE. I am trying to determine which part of Magento’s code is responsible for setting the session cookie. I’ve looked into different code sections, but I haven’t been able to pinpoint the exact location of this behavior. If anyone has come across similar issues or has any ideas on where to look, I would really appreciate your help. Thanks a lot for your support!
I encountered a similar issue with Magento and Internet Explorer during a recent project. After thorough investigation, I found that the root was linked to how Magento sets the session cookies and IE’s strict handling of cookie attributes. Adjusting the cookie settings in the configuration file and reviewing the methods in Mage_Core_Model_Session_Abstract_Varien improved the situation significantly. It was essential to ensure the correct cookie domain and path for IE compatibility. Examining the underlying logic helped me identify the adjustments required, which may prove beneficial for your case as well.
hey, im experiencing similar session cookie hiccups in ie. it seems like the code handling cookies acts weird sometimes, maybe caching or a config bug? im curious, what particular php settings or modifications did u try? anyone else encountered this strange behavior?