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

thing with CGI::Session.. that it's nice for single pairs, but what i want.. is some hash and array play.. storing a list in session, for example. apache::session seems to do that kind of thing.. so many people put work into it! i feel like a moron not using it. i'll have to try again sometime- thank you!!
  • Comment on Re^2: setting up to use Apache::Session::MySQL

Replies are listed 'Best First'.
Re^3: setting up to use Apache::Session::MySQL
by wfsp (Abbot) on Feb 14, 2006 at 18:35 UTC
    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.