Awesome. A module like this has been needed for quite some time; Now people won't have to go through the hell that I went through :). I like a whole bunch of things about this module:

  1. First off, I especially like like how you interface directly with the session file, rather then trying to interface with php itself by going through multiple layers (MySQL,Apache::Session,and external scripts). Interfacing directly with the session file gives a HUGE speed boast.
  2. The functionality and Interface are top notch - especially when save is implemented.
  3. I like the design of this module as well. Extreme modularity allows for easy subclassing if the user's system configuration is whacky. Keeping the (des|s)erialization functionality in a separate module allows for scaling if the php people change the serialization.

So, in preliminary review, PHP::Session looks to be a great module when its finished. Miyagawa++!


In reply to Re: PHP::Session by jryan
in thread PHP::Session by miyagawa

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.