Sql_session_store on rails2

Hi
We’re in the midst of upgrading our rails 1.2.6 app to rails 2.0. We
have been using the sql_session_store plugin for our sessions. I
wondering if anyone is still using SqlSessionStore on their rails 2
apps? Is it still worthwhile?

Thanks,
Ray

On 5/12/08, Raymond O’Connor [email protected] wrote:

I wondering if anyone is still using SqlSessionStore on their rails 2
apps? Is it still worthwhile?

It’s worth my while, yes.


Greg D.
http://destiney.com/

On 13 May 2008, at 03:14, Raymond O’Connor wrote:

Hi
We’re in the midst of upgrading our rails 1.2.6 app to rails 2.0. We
have been using the sql_session_store plugin for our sessions. I
wondering if anyone is still using SqlSessionStore on their rails 2
apps? Is it still worthwhile?

Not using sqlsessionstore, but a variation built on it
(http://www.texperts.com/2007/05/01/race-conditions-in-rails-sessions-and-how-to-fix-them/
)

Fred