in reply to State-keeping modules

We use CGI::Session on its own in many applications and it has served us well. CGI::Application is also a major part of our arsenal and we routinely use CGI::Application::PlugIn::Session which uses CGI::Session.

jdtoronto