Ask a Question related to PHP Development, Design and Development.
-
R. Rajesh Jeba Anbiah #1
Re: Session Info Added to URL
[email]pleury@celebrate-software.com[/email] (Celebrate) wrote in message news:<8bafcced.0310122018.878f0e@posting.google.co m>...
It's because in you PHP.ini file, you have session.use_trans_sid> 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.
= 1. See [url]http://cvs.php.net/co.php/php-src/php.ini-dist[/url]
Not much except for security reasons. Look at your ini file's>
> Should I be concerned
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
R. Rajesh Jeba Anbiah Guest
-
Pass session info between Coldfusion and ASP
I have one website that is Coldfusion and one that is ASP. At this time, it is not feasible to rewrite the ASP page to CF. The Coldfusion page... -
Info not being added to db, why??
I am trying to update the status of a user, within a MySql table. This should happen as the user signs on and gets assigned a session. <cfquery... -
How to get or read Session Info from Java Web Service?
Hi Everyone, I am accessing a Java web service from my Windows Form App wrttien in Vb.Net. I want to read some cookies set by the web service.... -
Getting info about SSL session from code
Hi, How can I retrieve SSL session details from ASP.NET web page code? I could get info about key size (by HTTPS_KEYSIZE variable) but I don't... -
note 33962 added to function.gd-info
Thanks, that worked for me, much appreciated... :) ---- Manual Page -- http://www.php.net/manual/en/function.gd-info.php Edit Note --... -
Celebrate #2
Session Info Added to URL
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.
Should I be concerned and if so, is there a way of preventing it from
appending the session info? I don't have the option of removing the
session_start() from the page because I must test for a session
variable.
Any help on this would be greatly appreciated...
Paul
Celebrate Guest
-
Celebrate #3
Re: Session Info Added to URL
[email]ng4rrjanbiah@rediffmail.com[/email] (R. Rajesh Jeba Anbiah) wrote in message news:<abc4d8b8.0310130427.1b6541de@posting.google. com>...
Thanks for the help guys.> [email]pleury@celebrate-software.com[/email] (Celebrate) wrote in message news:<8bafcced.0310122018.878f0e@posting.google.co m>...>> > 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.
> It's because in you PHP.ini file, you have session.use_trans_sid
> = 1. See [url]http://cvs.php.net/co.php/php-src/php.ini-dist[/url]
>>> >
> > Should I be concerned
> 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
Paul
Celebrate Guest



Reply With Quote

