I end up changing the Apache::Session::Store::Postgres.pm file. Comment out the commit line which fixed it temporarly. But I need to figure out what's up with this. It looks like it's not passing the valies to the Store part properly. Gonna look through the module in the morning when I get up if no one comes up with anything before.
David
Very tired and fustrated programer... Someday it's just best to not touch the keyboard.
From: Geoffrey Young <[EMAIL PROTECTED]> To: David Hofmann <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Apache::Session::Postgres Commit on ?? Date: Wed, 14 Apr 2004 20:37:34 -0400
> 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.
--Geoff
-- 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
_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfeeŽ Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
-- 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