herveguetin
6/25/2014 - 3:19 PM

Avoid disgraceful SID params in Magento URLs

Avoid disgraceful SID params in Magento URLs

<?php
Mage::getSingleton('core/session')->setSkipSessionIdFlag(true);

// line below may also be needed
Mage::app()->setUseSessionInUrl(false);
?>