in reply to Re: Best secure state saving in CGI application
in thread Best secure state saving in CGI application

CGI::Session looks like it is geared towards saving param data from form only. Am I missing something obvious?

The data I would be saving would be long XML data strings or similar other REST api returns.

Perhaps simply Cache or Cache::Memory would work better.

Even smart people are dumb in most things...
  • Comment on Re^2: Best secure state saving in CGI application

Replies are listed 'Best First'.
Re^3: Best secure state saving in CGI application
by perrin (Chancellor) on Mar 27, 2009 at 12:45 UTC
    It's a generic storage system. It doesn't matter what your store in it.