php session in url
Posted by: armand
Posted on: 2006-09-26 04:32:00
Hello,
I've read that sessions in the url are a big problem with search engines.
I don't know why, but when a session starts the session id appears in the URL (and I've noticed that only on DreamHost).
I've managed to get rid of this using this line of code:
ini_set("url_rewriter.tags","");
Now, the links on my page look ok (without the session id) but the search engine (Google) still indexes my pages including that annoying session id.
Is there another way to solve this problem?