Recently my hosting provider recompiled PHP to enable trans-sid. Now, even though I have cookies enabled, it appends the PHPSESID to the end of each url once. After that it doesn't append the PHPSESID. However, this messes up one of my scripts and I don't like that PHPSESID is being appended anyway, even if it's only one time.
Is there any way to disable this through htaccess or something?
Thanks,
Doug