Re: mod_ruby with CGI::Session::MemoryStore?
Kaspar Schiess <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
> Is CGI::Session always only used with mod_ruby, or at least always > only with Apache? Or, is the idea that you could use it if you had a > (non-Apache) web server in a simple, single Ruby process? That's the > only way I can think of that would make sense to use MemoryStore. But > is that realistic? I was asking myself the same questions, would be nice if someone (matz?) answered them for once ;) I am using a RemoteStore storage class that saves off session data in a central DRb Ruby Storage; that works nicely and has much the same kind of semantics as MemoryStore is supposed to have. greez, kaspar - code philosopher