Avoid disgraceful SID params in Magento URLs
<?php Mage::getSingleton('core/session')->setSkipSessionIdFlag(true); // line below may also be needed Mage::app()->setUseSessionInUrl(false); ?>