Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 12-06-2004, 10:49 PM   #1 (permalink)
Inactive
 
se4b4ss's Avatar
 
Join Date: 06-10-04
Posts: 205
iTrader: 0 / 0%
Latest Blog:
None

se4b4ss is on the right pathse4b4ss is on the right pathse4b4ss is on the right path
php session ids

is it a problem for search engines if my site adds php session ids to all the links?

site

*edit* after posting this i noticed sometimes my links have the session ids and sometimes they don't...any ideas on this?

thanks,
steve
se4b4ss is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 05:36 AM   #2 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
lol is this your site its just you dont seem to know it too well? just take the session id out of your URL's on the hompage (they are not on the other pages).

Code:
<li><a href="/add-contractors.html?PHPSESSID=46556c1ba49c38a1beebe2ebb2531d2a">Add Contractors</a></li>
should be

Code:
<li><a href="/add-contractors.html">Add Contractors</a></li>
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 05:54 AM   #3 (permalink)
Inactive
 
se4b4ss's Avatar
 
Join Date: 06-10-04
Posts: 205
iTrader: 0 / 0%
Latest Blog:
None

se4b4ss is on the right pathse4b4ss is on the right pathse4b4ss is on the right path
yes, it is my site. php is adding the session ids...
se4b4ss is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 09:49 AM   #4 (permalink)
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,946
iTrader: 0 / 0%
Latest Blog:
None

imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
I noticed the first time you go to the site you get the "PHPSESSID" added to the end of the links eg, </Double-D-Plumbing?PHPSESSID=0ced3b...> but when you go back to visit the site they go away until the session expires.

Are you using any kind of link tracking script?

imaginemn
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
imaginemn is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 10:16 AM   #5 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by imaginemn
I noticed the first time you go to the site you get the "PHPSESSID" added to the end of the links eg, </Double-D-Plumbing?PHPSESSID=0ced3b...> but when you go back to visit the site they go away until the session expires.

Are you using any kind of link tracking script?

imaginemn
Its only on the homepage and not the first time. PHP does not put it in, the programming or content management system is to fault. Just edit the hompage file or blame it on any content management system your using.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 11:26 AM   #6 (permalink)
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,946
iTrader: 0 / 0%
Latest Blog:
None

imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
Quote:
Originally Posted by Johan007
Its only on the homepage and not the first time. PHP does not put it in, the programming or content management system is to fault. Just edit the hompage file or blame it on any content management system your using.
You must be getting a cached page. When I click on the site go to another page and then click on "Home" they go away. If I use my "back" button on the browser they re-appear. I I close my browser and immediatly go back the do not show up. This happens both in IE and FF.

imaginemn
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
imaginemn is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 02:37 PM   #7 (permalink)
Inactive
 
Join Date: 12-03-04
Location: USA
Posts: 15
iTrader: 0 / 0%
Latest Blog:
None

Jony is liked by many
Send a message via AIM to Jony
Lightbulb

Quote:
Originally Posted by se4b4ss
yes, it is my site. php is adding the session ids...
I've had this happen once or twice before. It was actually because i had errors in my script. Once i fixed them it stopped doing it.
Jony is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 03:37 PM   #8 (permalink)
Inactive
 
se4b4ss's Avatar
 
Join Date: 06-10-04
Posts: 205
iTrader: 0 / 0%
Latest Blog:
None

se4b4ss is on the right pathse4b4ss is on the right pathse4b4ss is on the right path
do you recall what kind of errors you had?

steve
se4b4ss is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Session / IE6 Sketch Coding Forum 0 12-12-2007 06:11 AM
Session ID's in your url TheWebJunkie SEO Forum 7 03-13-2005 08:07 AM
How to remove session ids realestate SEO Forum 6 10-25-2004 05:55 AM
Session ID PHP GoldDust Coding Forum 20 04-05-2004 11:25 AM
PHP session ID's John Scott Coding Forum 2 10-31-2003 07:04 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:01 AM.
© Copyright 2008 V7 Inc