<?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 for The Essential Collection of Web Development Tools</title>
	<atom:link href="http://blog.nbruns.us/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.nbruns.us</link>
	<description>Simple explanations of useful tools that every web developer should know</description>
	<lastBuildDate>Thu, 29 May 2008 19:06:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Login / Logout Mechanism Using Cookies by pat</title>
		<link>http://blog.nbruns.us/?p=8&#038;cpage=1#comment-32</link>
		<dc:creator>pat</dc:creator>
		<pubDate>Thu, 29 May 2008 19:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nbruns.us/?p=8#comment-32</guid>
		<description>Its a good idea to also include the domain as an argument in the setcookie() function. Leaving this out will cause a discrepancy between www.domain.com and domain.com</description>
		<content:encoded><![CDATA[<p>Its a good idea to also include the domain as an argument in the setcookie() function. Leaving this out will cause a discrepancy between <a href="http://www.domain.com" rel="nofollow">http://www.domain.com</a> and domain.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
