<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Requiring and Testing Cookies</title>
	<atom:link href="http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/</link>
	<description></description>
	<lastBuildDate>Fri, 29 Oct 2010 13:12:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-1569</link>
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Sun, 15 Jul 2007 14:54:26 +0000</pubDate>
		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-1569</guid>
		<description><![CDATA[Thank you, Jim!  This article has neatly solved the issues I&#039;ve been struggling with for days now.  Hooah!

--Jeff]]></description>
		<content:encoded><![CDATA[<p>Thank you, Jim!  This article has neatly solved the issues I&#8217;ve been struggling with for days now.  Hooah!</p>
<p>&#8211;Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duplo &#187; Blog Archive &#187; Rails Cookie Detection</title>
		<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-1497</link>
		<dc:creator><![CDATA[Duplo &#187; Blog Archive &#187; Rails Cookie Detection]]></dc:creator>
		<pubDate>Thu, 12 Jul 2007 07:42:04 +0000</pubDate>
		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-1497</guid>
		<description><![CDATA[[...] test for a project at work. Letting google be my co-pilot, I ran across a blog post that mentioned a way to do it. The method is simple: given a request, check the session for the _session_id variable. If it [...]]]></description>
		<content:encoded><![CDATA[<p>[...] test for a project at work. Letting google be my co-pilot, I ran across a blog post that mentioned a way to do it. The method is simple: given a request, check the session for the _session_id variable. If it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Burke</title>
		<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-540</link>
		<dc:creator><![CDATA[Jonah Burke]]></dc:creator>
		<pubDate>Mon, 02 Apr 2007 01:06:48 +0000</pubDate>
		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-540</guid>
		<description><![CDATA[Hey James, thanks for this post.  I&#039;ve created a plug-in based on your idea: http://svn.jonahb.com/projects/cookie_requirement]]></description>
		<content:encoded><![CDATA[<p>Hey James, thanks for this post.  I&#8217;ve created a plug-in based on your idea: <a href="http://svn.jonahb.com/projects/cookie_requirement" rel="nofollow">http://svn.jonahb.com/projects/cookie_requirement</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Halberg</title>
		<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-30</link>
		<dc:creator><![CDATA[Jim Halberg]]></dc:creator>
		<pubDate>Wed, 26 Jul 2006 03:51:04 +0000</pubDate>
		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-30</guid>
		<description><![CDATA[That&#039;s right Kirstin.  This is not about making a rails app work w/o cookies... it&#039;s about presenting the user with a graceful message when cookies are disabled + testing that it all works.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s right Kirstin.  This is not about making a rails app work w/o cookies&#8230; it&#8217;s about presenting the user with a graceful message when cookies are disabled + testing that it all works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirstin</title>
		<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-29</link>
		<dc:creator><![CDATA[kirstin]]></dc:creator>
		<pubDate>Tue, 25 Jul 2006 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-29</guid>
		<description><![CDATA[Rails uses session cookies, which aren&#039;t persistant, and can&#039;t be disabled.]]></description>
		<content:encoded><![CDATA[<p>Rails uses session cookies, which aren&#8217;t persistant, and can&#8217;t be disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-9</link>
		<dc:creator><![CDATA[Pascal]]></dc:creator>
		<pubDate>Thu, 18 May 2006 17:29:43 +0000</pubDate>
		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/05/12/requiring-and-testing-cookies/#comment-9</guid>
		<description><![CDATA[Nice trick!  Thank you, Jim.

Any idea why @request.cookies won&#039;t play nice with the &quot;:_session_id&quot; symbol?  Would that be because of the way things get serialized into the actual request and the browser is having problems?]]></description>
		<content:encoded><![CDATA[<p>Nice trick!  Thank you, Jim.</p>
<p>Any idea why @request.cookies won&#8217;t play nice with the &#8220;:_session_id&#8221; symbol?  Would that be because of the way things get serialized into the actual request and the browser is having problems?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

