<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress comment cookies not being set</title>
	<atom:link href="http://dan.hersam.com/2007/02/06/wordpress-comment-cookies-not-being-set/feed/" rel="self" type="application/rss+xml" />
	<link>http://dan.hersam.com/2007/02/06/wordpress-comment-cookies-not-being-set/</link>
	<description>A computer programmer&#039;s commentary on news, Linux, programming, music, web design, trivia, humor, usability and whatever else strikes his fancy at the time.</description>
	<lastBuildDate>Tue, 22 May 2012 23:40:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: dan</title>
		<link>http://dan.hersam.com/2007/02/06/wordpress-comment-cookies-not-being-set/comment-page-1/#comment-62123</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 06 Feb 2007 18:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://dan.hersam.com/archives/2007/02/06/wordpress-comment-cookies-not-being-set#comment-62123</guid>
		<description>Chad: Thanks for the correction.  I usually use isset() in my code, but took their example from the codex.</description>
		<content:encoded><![CDATA[<p>Chad: Thanks for the correction.  I usually use isset() in my code, but took their example from the codex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://dan.hersam.com/2007/02/06/wordpress-comment-cookies-not-being-set/comment-page-1/#comment-62073</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 06 Feb 2007 17:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://dan.hersam.com/archives/2007/02/06/wordpress-comment-cookies-not-being-set#comment-62073</guid>
		<description>Haha, it&#039;s not letting me post any php code... but what I posted was to change the following:

if (&#039;&#039; == $user_ID)

to 

if (!isset($user_ID))

Both would work, but the latter is more PHP efficient.</description>
		<content:encoded><![CDATA[<p>Haha, it&#8217;s not letting me post any php code&#8230; but what I posted was to change the following:</p>
<p>if (&#8221; == $user_ID)</p>
<p>to </p>
<p>if (!isset($user_ID))</p>
<p>Both would work, but the latter is more PHP efficient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://dan.hersam.com/2007/02/06/wordpress-comment-cookies-not-being-set/comment-page-1/#comment-62072</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 06 Feb 2007 17:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://dan.hersam.com/archives/2007/02/06/wordpress-comment-cookies-not-being-set#comment-62072</guid>
		<description>That works, but PHP would probably recommend the following:



. . . (The Name, E-mail and URL fields)

</description>
		<content:encoded><![CDATA[<p>That works, but PHP would probably recommend the following:</p>
<p>. . . (The Name, E-mail and URL fields)</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/6 queries in 0.003 seconds using apc
Object Caching 214/215 objects using apc

Served from: dan.hersam.com @ 2012-05-23 00:10:25 -->
