<?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: Session ID’s and Google: Part 2</title>
	<link>http://www.shandyking.com/2007/07/20/google-session-id-part-2/</link>
	<description>Obsessive Compulsive Entrepreneur</description>
	<pubDate>Mon, 08 Sep 2008 08:52:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Kaolin Fire</title>
		<link>http://www.shandyking.com/2007/07/20/google-session-id-part-2/#comment-54249</link>
		<dc:creator>Kaolin Fire</dc:creator>
		<pubDate>Sun, 28 Oct 2007 20:24:59 +0000</pubDate>
		<guid>http://www.shandyking.com/2007/07/20/google-session-id-part-2/#comment-54249</guid>
		<description>Of course, you could just not give google any sids, but leave them for the rest of the population:

    if (strpos($_SERVER["HTTP_USER_AGENT"],"Googlebot") === false) {
      ini_set("session.use_trans_sid","on");
      ini_set("session.referer_check","www.gudmagazine.com");
    }</description>
		<content:encoded><![CDATA[<p>Of course, you could just not give google any sids, but leave them for the rest of the population:</p>
<p>    if (strpos($_SERVER[&#8221;HTTP_USER_AGENT&#8221;],&#8221;Googlebot&#8221;) === false) {<br />
      ini_set(&#8221;session.use_trans_sid&#8221;,&#8221;on&#8221;);<br />
      ini_set(&#8221;session.referer_check&#8221;,&#8221;www.gudmagazine.com&#8221;);<br />
    }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
