Hi, my web host has a PHP ini command set for PHPSESSID as a session trans id, and thats activated, so search engines are gonna notice this and ban me as a spammer because they will think its duplicate content when like 14 different URLs all with different PHPSESSID parameters are there. Is there some way i can disable this? I have tried contacting my web host, but they never respond, and their phone is dead, and i dunno they dont have a cancel order button either so i can't get rid of them and stuck with them (Not sure how to contact authorities either).
But anyway, i tried using this to disable it.
ini_set('session.use_trans_sid', '0');
But when i log googlebot's actions for example, it still finds pages with PHPSESSID... And some links this ini_set doesn't seem to work. http://www.designplanet.biz
Just some certain times when i go on my webvsite there is no PHPSESSID but sometimes there is.
Is there some other way i can disable this? Please help!!!