Hello, I'd like to get some feedback on new CGI::Session related module I'm releasing to CPAN. I realize this isn't strictly a CGI::App issue, but I get the sense a few of you use CGI::Session as a companion module.
My issue with stock CGI::Session module was that it doesn't obey SQL data storage conventions. Instead, it crams a complex Perl data structure into a single SQL field. This makes accessing the specific pieces of data difficult from other SQL applications. "PureSQL" simply stores the data in the conventional SQL way-- with one bit of data per field. The interface through CGI::Session remains the same. Currently this has been tested with PostgreSQL, but MySQL support should be trivial to add. Here's the module, which will be available through CPAN soon: http://mark.stosberg.com/Tech/perl/CGI-Session-PureSQL-0.21_02.tar.gz Thanks! Mark -- http://mark.stosberg.com/ --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
