script driven pages
« on: March 13, 2008, 07:35:46 PM »

 a typical url for my site is
[ External links are visible to forum administrators only ]

 where really all I want the generator to grab is the
[ External links are visible to forum administrators only ] 

I tried using the advanced session id removal but like this :
PHPSESSID sid osCsid usr= &rnd= &cip= &rcc= &aff= &act

 But it is still grabbing all the session information ...

What am I doing wrong ?

Re: script driven pages
« Reply #1 on: March 13, 2008, 10:45:21 PM »
You should enter them without & and =, like:

PHPSESSID sid osCsid usr rnd cip rcc aff act
Re: script driven pages
« Reply #2 on: March 14, 2008, 10:25:50 AM »

 unfortunately when I do that, it only brings in one page and then stops...
Re: script driven pages
« Reply #3 on: March 14, 2008, 10:29:10 AM »

 I might note that the site has a ton of htaccess redirects in the root directory as well.....
Re: script driven pages
« Reply #4 on: March 14, 2008, 08:24:00 PM »
What do you mean - it freezes or sitemap is created?

 unfortunately when I do that, it only brings in one page and then stops...
Re: script driven pages
« Reply #5 on: March 15, 2008, 11:22:20 AM »

 it does not freeze , it does create a one page site map with a single link in it.
 The link that it creates is the only link on the index page that is a direct link and does not use the session parameters.


Re: script driven pages
« Reply #6 on: March 15, 2008, 11:18:05 PM »
could you please PM me your generator URL and an example URL that is not included in sitemap and how it can be reached from homepage?