A little off topic yes but here is my 5cents worth anyway
I would go with
http://search.cpan.org/~rsoliv/Session-0.01/Session.pm
which is a wrapper for CGI::Session which hides all the nasty details
for you.
All you need to do is make sure you can connect to your DB and bob is
you uncle.
I use it for example to hold the session info for a web sited with a
MySQL back end on an oracle DB.
Cheers
John Scoles
[email protected] wrote:
Hello,
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 sybase.pm to connect to the database but how can i
go about storing sessions information on the mssql database? What driver
do you suggest i use to accomplish this(ODBC)? Any advise would be great.
Thank you
-pm