Hi - I am having a similar problem wih
SIDs.
I have got the SESSID set correctly
Quote:
define('PHPDIG_SESSID_REMOVE',true); // remove SIDS from indexed URLS
define('PHPDIG_SESSID_VAR','PHPSESSID'); // name of the SID variable
|
which is greate and works exactly as expected on our main site and on the support site, but we are using phpBB as our forum which for some reason uses SID rather than PHPSESSID in the URL ... so we are getting multiple instances of the same page with different SIDs when the site is re-index.
Is it possible to include multiple values in the variable PHPDIG_SESSID_VAR and if so what is the delimiter.
Thanks