<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Bloggitation comments on Cookie Based Sessions in Current Rails</title>
    <link>http://typo.onxen.info/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Bloggitation comments</description>
    <item>
      <title>"Cookie Based Sessions in Current Rails" by stoyan</title>
      <description>&lt;p&gt;Seems &lt;a href="http://ryandaigle.com/articles/2007/2/21/what-s-new-in-edge-rails-cookie-based-sessions"&gt;Cookie Based Sessions are the New Default in Edge Rails&lt;/a&gt; : &lt;em&gt;&amp;#8230;Cookie-based sessions are just faster to retrieve and process than hitting the file-system on every request. Plus, I would imagine they scale considerably better as they’re persisted on the client side and have no server-side persistence requirements&amp;#8230;&lt;/em&gt;&lt;/p&gt;


So I made a &lt;a href="http://bgjap.net/code/ruby/ror/session_store-1.13.2.patch"&gt;cookie-based sessions patch agains current Rails&lt;/a&gt; (&lt;strong&gt;actionpack-1.13.2&lt;/strong&gt;). Usage (from inside your project):
&lt;pre&gt;
rake rails:freeze:gems
cd vendor
wget http://bgjap.net/code/ruby/ror/session_store-1.13.2.patch
patch -p0 &amp;lt; session_store-1.13.2.patch
&lt;/pre&gt;

</description>
      <pubDate>Wed, 21 Feb 2007 18:55:00 PST</pubDate>
      <guid>&lt;a href="/articles/2007/02/21/cookie-based-sessions-in-current-rails"&gt;Cookie Based Sessions in Current Rails&lt;/a&gt;</guid>
      <link>&lt;a href="/articles/2007/02/21/cookie-based-sessions-in-current-rails"&gt;Cookie Based Sessions in Current Rails&lt;/a&gt;</link>
    </item>
  </channel>
</rss>
