I'm working on a module called CGI::Session which will provide some low-level management of persistent CGI sessions. (I know there are others out there, but they don't suit my needs at best or I have issues with how they are implemented.)
The version I have now uses Storable to save the object, but it's going to be written to allow the persistent object type to be descended... so one can use FreezeThaw or DBI etc. instead.
Is there an abstract persistent object class I can use instead? It makes much more sense to write the module that way.
In reply to What's a good abstract persistent object class? by rrwo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |