Re: Can you avoid that googlebot indexes PHPSESSID pages?
Posted by fletch on 04/11/06 23:45
Ithink the best solutioin to this problem is to detect googlebot (+ any
other bots, yahoo slurp, msnbot..) and then set the session id to a
known value using session_id() that way you always have the session
when you expect it regardless of the current user-agent. Works a treat
for me.