<?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"
	>
<channel>
	<title>Comments on: Changing the name of an app&#8217;s cookie in Rails</title>
	<atom:link href="http://solutions.treypiepmeier.com/2006/11/28/changing-the-name-of-an-apps-cookie-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2006/11/28/changing-the-name-of-an-apps-cookie-in-rails/</link>
	<description>So I don't have to figure things out more than once.</description>
	<pubDate>Tue, 30 Sep 2008 23:39:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Beate</title>
		<link>http://solutions.treypiepmeier.com/2006/11/28/changing-the-name-of-an-apps-cookie-in-rails/#comment-3912</link>
		<dc:creator>Beate</dc:creator>
		<pubDate>Sun, 17 Jun 2007 09:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2006/11/28/changing-the-name-of-an-apps-cookie-in-rails/#comment-3912</guid>
		<description>&lt;p&gt;I think this is outdated, as in a new project you could find in ApplicationController:&lt;/p&gt;

&lt;p&gt;Pick a unique cookie name to distinguish our session data from others'&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;session :session_key =&#62; '_yourappnamehere_session_id'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;:)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think this is outdated, as in a new project you could find in ApplicationController:</p>

<p>Pick a unique cookie name to distinguish our session data from others&#8217;</p>

<pre><code>session :session_key =&gt; '_yourappnamehere_session_id'
</code></pre>

<p>:)</p>]]></content:encoded>
	</item>
</channel>
</rss>
