PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   multiple SIDs (http://www.phpdig.net/forum/showthread.php?t=943)

chilling 05-17-2004 03:18 AM

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

vinyl-junkie 05-17-2004 04:47 PM

This isn't a direct solution to your problem, but check out this thread. What I'm thinking is that you could spider your phpbb directories separately, and then spider the rest of the site, redefining your session id name for each spidering session, depending how you need to have that.

Hope this makes sense, and hope it helps. :)


All times are GMT -8. The time now is 07:16 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.