What is PHPSESSID?

PHPSESSID is the Session ID in PHP which can cause some real problems when search engines index your pages.

You should disable PHPSESSID on your sites and keep session IDs in cookies instead.

It will be more helpful, if you disable PHPSESSID in the URL because visitors must have cookies enabled to make use of any code which requires sessions such as login scripts.

Leave a Reply

You must be logged in to post a comment.