The first thing enable the Use SID on Frontend at
System→Configuration→Web→Session
Then replace following code in start() method of Mage_Core_Model_Session_Abstract_Varien
if (isset($_SESSION)) {
return $this;
}
with
if (isset($_SESSION) && !isset($_GET['SID'])) {
return $this;
}
System→Configuration→Web→Session
Then replace following code in start() method of Mage_Core_Model_Session_Abstract_Varien
if (isset($_SESSION)) {
return $this;
}
with
if (isset($_SESSION) && !isset($_GET['SID'])) {
return $this;
}
hello
ReplyDeletecan you please share more detail about sharing multistore with single cart , i am using one root category for all stores