OskiPeter has asked for the wisdom of the Perl Monks concerning the following question:
I'm not to sure if this is the right place to write this to but here it goes....I'm fairly new to perl and I'm trying to add CGI::Sessions to an application written in perl (on FreeBsd) that writes to a MSSQL database. Currently it uses the DBD::Sybase driver to connect to the database but how can i go about storing sessions information on the MSSQL database? What session driver would anyone suggest i use to accomplish this? Any advise would be great.
Thank you
-pm