<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Are PHP Session ID’s A Cause For Duplicate Content With Google?</title>
	<link>http://www.shandyking.com/2007/06/22/php-session-id-google/</link>
	<description>Obsessive Compulsive Entrepreneur</description>
	<pubDate>Sun, 27 Jul 2008 07:50:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: acnecaregal</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-63948</link>
		<dc:creator>acnecaregal</dc:creator>
		<pubDate>Wed, 12 Dec 2007 10:20:19 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-63948</guid>
		<description>i'm also running a test on one of my sites to test this idea of yours. let's see how the google finds it.</description>
		<content:encoded><![CDATA[<p>i&#8217;m also running a test on one of my sites to test this idea of yours. let&#8217;s see how the google finds it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Session ID’s and Google: Part 2</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-40873</link>
		<dc:creator>Session ID’s and Google: Part 2</dc:creator>
		<pubDate>Sat, 21 Jul 2007 00:43:32 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-40873</guid>
		<description>[...] July 20th, 2007       I wrote a couple weeks ago Are PHP Session ID&#8217;s A Cause for Duplicate Content with Google? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] July 20th, 2007       I wrote a couple weeks ago Are PHP Session ID&#8217;s A Cause for Duplicate Content with Google? [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hartzer</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-38480</link>
		<dc:creator>Bill Hartzer</dc:creator>
		<pubDate>Thu, 05 Jul 2007 21:35:12 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-38480</guid>
		<description>Wouldn't there be a way in in the robots.txt file to make sure that they don't index certain parts of the site?

I know there's a lot of issues with Microsoft's ecommerce server, though, as every internal link and every session has a different URL.</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t there be a way in in the robots.txt file to make sure that they don&#8217;t index certain parts of the site?</p>
<p>I know there&#8217;s a lot of issues with Microsoft&#8217;s ecommerce server, though, as every internal link and every session has a different URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shandyking</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-36168</link>
		<dc:creator>shandyking</dc:creator>
		<pubDate>Mon, 25 Jun 2007 02:39:44 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-36168</guid>
		<description>Josh, I am running a test on one of my sites to see how Big G handles them.</description>
		<content:encoded><![CDATA[<p>Josh, I am running a test on one of my sites to see how Big G handles them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ebay vs. Google - another manic Monday &#187; Shop.org Blog</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-36151</link>
		<dc:creator>Ebay vs. Google - another manic Monday &#187; Shop.org Blog</dc:creator>
		<pubDate>Mon, 25 Jun 2007 01:26:36 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-36151</guid>
		<description>[...] URL extensions cause issues in [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] URL extensions cause issues in [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-36150</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 25 Jun 2007 01:22:54 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-36150</guid>
		<description>in general, what is the feeling on how Google handles urls with session IDs appended, php or otherwise?</description>
		<content:encoded><![CDATA[<p>in general, what is the feeling on how Google handles urls with session IDs appended, php or otherwise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-35594</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 22 Jun 2007 22:19:01 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-35594</guid>
		<description>shandy: The right solution is to hold the session IDs in a cookie, rather than the URL.

A session ID can be stored in the URL, or in a cookie. In the URL, it (used to) cause a mess in the SERPS. In a cookie, it doesn't matter. 

But you still need a session ID for any type of interactivity; it's just where you put it that matters. 

These days, I highly doubt that a session ID will cause major dupe issues in Google - after all, they are a bunch of bright people over there, and I think that would have been a problem they tackled early on, in order to improve the quality of the search results.</description>
		<content:encoded><![CDATA[<p>shandy: The right solution is to hold the session IDs in a cookie, rather than the URL.</p>
<p>A session ID can be stored in the URL, or in a cookie. In the URL, it (used to) cause a mess in the SERPS. In a cookie, it doesn&#8217;t matter. </p>
<p>But you still need a session ID for any type of interactivity; it&#8217;s just where you put it that matters. </p>
<p>These days, I highly doubt that a session ID will cause major dupe issues in Google - after all, they are a bunch of bright people over there, and I think that would have been a problem they tackled early on, in order to improve the quality of the search results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shandyking</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-35574</link>
		<dc:creator>shandyking</dc:creator>
		<pubDate>Fri, 22 Jun 2007 19:39:25 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-35574</guid>
		<description>Hey Dave!

I totally get that sessions can tracked with cookies instead of the url and that cookies and sessions are not the same thing. 

"Disabling the session IDs completely isn’t the right solution."

What do you think is the right solution?</description>
		<content:encoded><![CDATA[<p>Hey Dave!</p>
<p>I totally get that sessions can tracked with cookies instead of the url and that cookies and sessions are not the same thing. </p>
<p>&#8220;Disabling the session IDs completely isn’t the right solution.&#8221;</p>
<p>What do you think is the right solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-35567</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 22 Jun 2007 19:06:36 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/06/22/php-session-id-google/#comment-35567</guid>
		<description>You're a victim of misinformation and some confusion Adam.  Session IDs are not an either-or with cookies.  The session ID contains no information, only the reference to a session.  That way you can store lots more information server-side.  Problem is..you have to pass that ID around with the user so you can keep track of them.  There are 2 ways to do that:

1) Pass in the URL (like you're talking about)
2) Store it in a cookie on the user.

All you have to do is convert your site to storing the ID in a cookie instead of the URL and your problem is solved.  Disabling the session IDs completely isn't the right solution.</description>
		<content:encoded><![CDATA[<p>You&#8217;re a victim of misinformation and some confusion Adam.  Session IDs are not an either-or with cookies.  The session ID contains no information, only the reference to a session.  That way you can store lots more information server-side.  Problem is..you have to pass that ID around with the user so you can keep track of them.  There are 2 ways to do that:</p>
<p>1) Pass in the URL (like you&#8217;re talking about)<br />
2) Store it in a cookie on the user.</p>
<p>All you have to do is convert your site to storing the ID in a cookie instead of the URL and your problem is solved.  Disabling the session IDs completely isn&#8217;t the right solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
