<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using ActiveRecord to store session information in Ruby on Rails</title>
	<link>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/</link>
	<description></description>
	<pubDate>Sat, 05 Jul 2008 00:30:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Al</title>
		<link>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-1633</link>
		<author>Al</author>
		<pubDate>Tue, 28 Aug 2007 20:58:54 +0000</pubDate>
		<guid>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-1633</guid>
		<description>Any idea on how to do this onto a separate db?</description>
		<content:encoded><![CDATA[<p>Any idea on how to do this onto a separate db?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neebone</title>
		<link>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-957</link>
		<author>Neebone</author>
		<pubDate>Mon, 18 Jun 2007 21:43:53 +0000</pubDate>
		<guid>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-957</guid>
		<description>Django handles session data by storing it in the DB by default. You may want to have a browse through their code to get some ideas for implementations - expiration solutions etc.</description>
		<content:encoded><![CDATA[<p>Django handles session data by storing it in the DB by default. You may want to have a browse through their code to get some ideas for implementations - expiration solutions etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-656</link>
		<author>matt</author>
		<pubDate>Thu, 07 Jun 2007 21:13:34 +0000</pubDate>
		<guid>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-656</guid>
		<description>Hi Xin,

Sorry if that last sentence is a little misleading.  Sweepers are for cache expiry.  I am intending on posting about sweepers (for cache expiry) and about session expiry soon.

I suppose you could use sweepers to expire session data if it was stored as flat files rather than using activerecord, but it would be quite ugly. I think there are far better solutions.

Matt</description>
		<content:encoded><![CDATA[<p>Hi Xin,</p>
<p>Sorry if that last sentence is a little misleading.  Sweepers are for cache expiry.  I am intending on posting about sweepers (for cache expiry) and about session expiry soon.</p>
<p>I suppose you could use sweepers to expire session data if it was stored as flat files rather than using activerecord, but it would be quite ugly. I think there are far better solutions.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xin</title>
		<link>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-40</link>
		<author>Xin</author>
		<pubDate>Thu, 12 Apr 2007 02:18:18 +0000</pubDate>
		<guid>http://matt-beedle.com/2007/04/01/using-activerecord-to-store-session-information-in-ruby-on-rails/#comment-40</guid>
		<description>Nice article.

How do you create a sweeper for this?

I'm new to this. All I know is that sweepers are normally for expiring page/action/fragment caches. They observe models.

Perhaps I need to create an hourly task with crontab?</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>How do you create a sweeper for this?</p>
<p>I&#8217;m new to this. All I know is that sweepers are normally for expiring page/action/fragment caches. They observe models.</p>
<p>Perhaps I need to create an hourly task with crontab?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
