in reply to Re^2: setting up to use Apache::Session::MySQL
in thread setting up to use Apache::Session::MySQL

thing with CGI::Session is that it's nice for single pairs, but what i want is some hash and array play.

I don't think that's true. From cgi session tutorial:

It's possible to handle very big and even complex (in-memory) data structures transparently.
  • Comment on Re^3: setting up to use Apache::Session::MySQL