Thursday, 16 June 2011

Remove SID from Magento URL

Open file "app\code\core\Mage\Core\Model\Session\Abstract.php"
find this code 'protected $_skipSessionIdFlag = true;'
replace it with this 'protected $_skipSessionIdFlag = false,'

1 comment:

  1. It is already false in my case then also SID comes with the URL.

    ReplyDelete