in reply to Trying to get CGI::Session::Auth::DBI to work.

Hi

This is erroring out for me as expected ... !!!!!

my $auth = new CGI::Session::Auth({ CGI => $cgi, Session => $session, DSN => 'DBI:PgPP:dbname=databasename', UserTable => 'users', DBUser => 'dbusername', DBPasswd => 'dbpassword', DBAttr => 'PrintError => 1, RaiseError => 1' }); print "Error\n" if ( not defined $auth );

Pleasec check those conditions in your code too !!!!

"Keep pouring your ideas"