Forum Moderators: coopster
And I have also tried
php_value session.use_trans_sid 0
php_value session.use_only_cookies 1
in .htaccess
However, both attempts have failed and I am left with pages with SIDs that are penalised by search engines.
Thanks,
Taner
ini_set('url_rewriter.tags', '');
On the pages which have links you don't want the SID appended on to. It works for me...
Also, as I read the docs at [us2.php.net...] it appears that the session.use_trans_sid should be set to true or 1 to actually use a transparent session ID (keep it out of the URL). I could be wrong though... hope things work out for you.