I trying to find the best way to use sessions with CGI scripts on IIS (with SQL Server). I have used Apache::Session on Apache, MySQL, and Linux in the past, and would like to continue to use this. I have tried using Apache::Session::File, but I am getting inconsistent behavior. Has anyone used Apache::Session::DBI with MS SQL Server? If so, which version on Apache::Session are you using?
Thanks...