View Single Post
Old 09-15-2007, 11:31 PM   #4 (permalink)
kaykays
Contributing Member
 
Join Date: 09-01-07
Location: Gurgaon, India
Posts: 85
iTrader: 0 / 0%
kaykays is on the right pathkaykays is on the right path
I had a problem on one of my web-sites where I found that URLs
with Session IDs are created automatically for all PHP page which
used the PHP function session_start();

To correct this problem, I removed this function from all pages
which were to be spidered, and let it remain only on pages viewable
after Login. I also did a 301 redirect from URLs with session ids to
urls without session ids. This corrected the problem.
kaykays is offline   Reply With Quote