Simple Machines Community Forum

SMF Support => Server Performance and Configuration => Topic started by: I, Brian on May 12, 2006, 11:34:24 AM

Title: Disable session IDs for all guest?
Post by: I, Brian on May 12, 2006, 11:34:24 AM
I've noticed SMF seems to be being crawled with sessions IDs in the URLs, even with the SE friendly links option used.

Could you please advise what sort of code I need to modify in the template so that guests have session ID's disabled automatically?
Title: Re: Disable session IDs for all guest?
Post by: Ben_S on May 12, 2006, 11:47:36 AM
1.1 RC2 works properly (code is in Load.php), session ID's will not be started for search engine bots. Disabling session ID's totally would mean members who cant accept cookies would not be able to login.
Title: Re: Disable session IDs for all guest?
Post by: H on May 12, 2006, 11:54:38 AM
If you search the forum you will be find the code which will hide session URLs in links
Title: Re: Disable session IDs for all guest?
Post by: I, Brian on May 17, 2006, 04:54:35 AM
Thanks Ben_S - good to see search engine bots excluded from sessions. :)