On Wed, 2004-04-14 at 20:37, Geoffrey Young wrote: > > Here how I'm tieing, I have tried upper and lowercase on the commit: > > > tie %sessionHash, 'Apache::Session::Postgres', undef, { Commit => 0, > > Commit => 0 should be AutoCommit => 0.
Actually, no. This is an argument to Apache::Session::Postgres, not to DBI. I don't see anything wrong with the syntax of the Apache::Session call, or the code in Apache::Session that handles this, so I'm not sure why this would be happening. I would add some debugging statements to figure out if $self->{commit} is set correctly when you hit Apache::Session::Postgres::DESTROY and work your way backward from there. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html