PHPSESSID in MSN
It's starting to rip my nighty how MSN indexes everything with PHPSESSID. G and Y seem to be ok most of the time, but msn seems particularly bad.
Sure, this is my fault for not being clean when I wrote the code originally, but how does one solve this issue?
I have added
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
to htaccess, which as far as I can tell disables PHPSESSID in URLs. This should solve the issue on any newly indexed pages.
The problem seems to be that mysite.com/foo.php?PHPSESSID=029618883d04cf629364ab2b9c86d3e4 , is still a valid url, so msn would have no reason to change.
Has anyone managed to get msn to lose session ids from a site that has already been indexed?
|