I have a pre-exisitng CGI web application that needs to keep data very secure. We are running into an issue where caching of data between http sessions could help performance greatly.

The application uses standard CGI::BIN with basic mod_perl. MySQL database back end. There are two or three third party rest api calls that need to be made at least once a 'user session' (defined as when the user logs in, and until they are done). Looking through the options, I see a lot of talk about CGI::Session, CGI::SecureState and CGI::Cache. These all appear to be CGI like storable items.

I have looked but can not find any break down about which storage between http request sessions is recommended. Can someone point me towards such a break-down, or give experience about your use.

PS: I have tried standard search methods however running intoa bit of brick wall on getting started with true session saving with out cookies. It does need to be realitivly secure and fast, so memory storage may be best. Thank you for any hints/help.

Even smart people are dumb in most things...

In reply to Best secure state saving in CGI application by Devanchya

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.