<?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: Another migration to Rails</title>
	<atom:link href="http://agylen.com/2005/11/28/another-migration-to-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://agylen.com/2005/11/28/another-migration-to-rails/</link>
	<description>Ugo Cei's Weblog</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:37:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon Tirsen</title>
		<link>http://agylen.com/2005/11/28/another-migration-to-rails/comment-page-1/#comment-660</link>
		<dc:creator>Jon Tirsen</dc:creator>
		<pubDate>Tue, 29 Nov 2005 00:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/?p=791#comment-660</guid>
		<description>By default every controller will create a session unless you explicitly specify that a controller should not.

Regardless of the &quot;philosophy of the web&quot; most webapps still use session state. This goes hand in hand with the aggressive use of &quot;sensible defaults&quot; in Rails. Since most webapps use a session it is the default, if you at a later stage find you don&#039;t need the session you can always turn it off by explicitly overriding the default (on a controller local or application global basis).</description>
		<content:encoded><![CDATA[<p>By default every controller will create a session unless you explicitly specify that a controller should not.</p>
<p>Regardless of the &#8220;philosophy of the web&#8221; most webapps still use session state. This goes hand in hand with the aggressive use of &#8220;sensible defaults&#8221; in Rails. Since most webapps use a session it is the default, if you at a later stage find you don&#8217;t need the session you can always turn it off by explicitly overriding the default (on a controller local or application global basis).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
