Re: Apache::Session::Postgres

2004-10-28 Thread Perrin Harkins
On Wed, 2004-10-20 at 19:37, [EMAIL PROTECTED] wrote: > but when i try to put a new object or something... > > my $something = new Object(); > $session{something} = $something; > > ... i have an error like this: > > [Wed Oct 20 18:21:55 2004] null:(in cleanup) Can't store CODE items at >

Re: Apache::Session::Postgres

2004-09-29 Thread Casey West
It was Tuesday, September 28, 2004 when [EMAIL PROTECTED] took the soap box, saying: : Well, i have created an Object Session, now how can i get it again? : : tie %sesion, 'Apache::Session::Postgres', undef, { : : DataSource => 'dbi:Pg:dbname=sessions', : UserName => $bd->{u

Re: Apache::Session::Postgres Commit on ??

2004-04-14 Thread Perrin Harkins
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

Re: Apache::Session::Postgres Commit on ??

2004-04-14 Thread David Hofmann
hrough 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 PRO

Re: Apache::Session::Postgres Commit on ??

2004-04-14 Thread Geoffrey Young
> 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/modper