> 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
Heh. I just wrote a module here to do this. I consider it a feature :) We use it for persistant storage where the columns are subject to rapid change, and aren't used for searching the data. (For example, with surveys. The user can change the columns involved all they want, and we don't have to modify the table at all.) Given our small web shop, this can save hours of headache. Not that your module won't be useful, just another viewpoint. -- SwiftOne / Brett Sanger [EMAIL PROTECTED] --------------------------------------------------------------------- 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]
