Re: mod_ruby with CGI::Session::MemoryStore?
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Mon, 22 Dec 2003 17:40:37 -0800 (PST), Alan Bram <[email protected]> wrote: > Is it possible to use CGI::Session::MemoryStore with mod_ruby? Unfortunately, no. > It looks to me as if it's not possible, because of the fact that there > are multiple Apache server processes with separate address spaces. Yes, you're right. > But then, what is the purpose of MemoryStore? How can it ever be > used? I heard that MemoryStore is for FastCGI. # But I have never used it. Shugo