ng4rrjanbiah@rediffmail.com (R. Rajesh Jeba Anbiah) wrote in message news:<abc4d8b8.0310130427.1b6541de@posting.google. com>...[color=blue]
>
pleury@celebrate-software.com (Celebrate) wrote in message news:<8bafcced.0310122018.878f0e@posting.google.co m>...[color=green]
> > I'm noticing that when my homepage first starts up, all the menu links
> > to other pages have the session info appended to the URL. For example:
> >
> > href="products/product_list.php?PHPSESSID=45759f8aadee64cff2db657 48977ac67"
> >
> > This is done automatically as the original URL that I coded does not
> > have the session information added to it.
> >
> > My first question is, is this normal behavior? The reason I'm
> > concerned is I have been tracking the Google Bot's activity on our
> > site and it hits the homepage and does not crawl the other pages. I'm
> > concerned the added session info is throwing it off.[/color]
>
> It's because in you PHP.ini file, you have session.use_trans_sid
> = 1. See
http://cvs.php.net/co.php/php-src/php.ini-dist
>[color=green]
> >
> > Should I be concerned[/color]
>
> Not much except for security reasons. Look at your ini file's
> session section for more stuff.
>
> ---
> "US got a nuclear bomb that can destroy the world 13 times. Russia
> got a nuclear bomb that can destroy the world 7 times. But...my
> friend! Tell me! CAN YOU KILL A MAN TWICE??!!!!!" -- P.A.Sangma, Peace
> loving Indian politician against India's step to go for a nuclear
> test.
> Email: rrjanbiah-at-Y!com[/color]
Thanks for the help guys.
Paul