Hi James,

"James Harrell" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]

[...]

> If you want to forcefully remove this PHPSESSION (which is sometimes
> a good idea since search engine spiders will catalog the links with
> the session id if you don't remove it), try this:
>
> ini_set("session.use_only_cookies","1");

If this is not an option and you still want to not have session id's
appended when a searchengine robot comes to your site, you could detect the
UA and just do not start a session in that case.

> James

Regards,
Marcus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to