Share hash between session? I need ASP Application Obj?

Background: ASP has an Application[] collection that is shared across
sessions.

How do you do that in RoR?

I need a mutex to read/write this as I need to share a hash across
sessions.

Thanks in advance, Pete

You can use Rails.cache facility that is now available as part of the
Rails 2.1 release. Ryan B.’ screencast at
#115 Caching in Rails 2.1 - RailsCasts is an
excellent overview

On Aug 30, 10:48 am, Peter A. [email protected]