Quote:
|
Originally Posted by kgun
If PHP detcts that cookies are disabled in the user's browser it will automatically add the session ID as a query string variable on all relative links on your page, thus passing the session ID onto the next page. For this to work, session.use_trans_sid must be enabled in your php.ini file.
|
That is the bit I was looking for... Tussen tak!
But (...there is always a but!<G>) what about Googlebot et al? I would expect (for no reason) that these robots work "with cookies disabled". Which will bring the session IDs back into the URL, and back into the search engine listings. Or am I wrong in my supposition?