Thread: multiple SIDs
View Single Post
Old 05-17-2004, 03:18 AM   #1
chilling
Green Mole
 
Join Date: May 2004
Location: Hampshire, UK
Posts: 5
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
__________________
Christopher Hilling
Triplentry Solutions
www.triplentry.com

TripleXchange links : GoldMine | ACT! | Sage Line 50 | Sage Line 100 | Peachtree Complete Accounting | QuoteWerks | XML or CSV files
chilling is offline   Reply With Quote