Skip to content

Instantly share code, notes, and snippets.

@herveguetin
Created June 25, 2014 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herveguetin/b3e63db9ad562c73ee8b to your computer and use it in GitHub Desktop.
Save herveguetin/b3e63db9ad562c73ee8b to your computer and use it in GitHub Desktop.
Avoid disgraceful SID params in Magento URLs
<?php
Mage::getSingleton('core/session')->setSkipSessionIdFlag(true);
// line below may also be needed
Mage::app()->setUseSessionInUrl(false);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment