CGI::Session::MemoryStore

does anyone use this? i’m confused by it’s existence, since it would seem to
evaporate as soon as a transient cgi process died? is it only used under
mod_ruby or a fastcgi environment?

on a semi-related note, has anyone tried using a comibnation of the fastcgi
session affinity patch with CGI::Session::FileStore or CGI::Session::Pstore?

-a

···

Ara Howard
NOAA Forecast Systems Laboratory
Information and Technology Services
Data Systems Group
R/FST 325 Broadway
Boulder, CO 80305-3328
Email: ahoward@fsl.noaa.gov
Phone: 303-497-7238
Fax: 303-497-7259
====================================

Hi,

···

In message “CGI::Session::MemoryStore” on 03/03/24, ahoward ahoward@fsl.noaa.gov writes:

does anyone use this? i’m confused by it’s existence, since it would seem to
evaporate as soon as a transient cgi process died? is it only used under
mod_ruby or a fastcgi environment?

It’s just a sample. It doesn’t work on fork style web server.
It may work for something like webrick web server.

						matz.