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 >

Apache::Session::Postgres

2004-10-20 Thread
I have worked, whith this session object, in mod_perl my %session = (); tie %session, 'Apache::Session::Postgres', $id, { DataSource => 'dbi:Pg:dbname=sessions', UserName => 'canis', Password => '',

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',

Apache::Session::Postgres

2004-09-28 Thread
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->{user}, Password => '', C

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.

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

2004-04-14 Thread David Hofmann
TECTED] 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 =>

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: h

Apache::Session::Postgres Commit on ??

2004-04-14 Thread David Hofmann
e::Session::Postgres', $sid, { Commit => 0, Handle => $self->{'sql'}}; }) { # warn " (MY::DBSession::_initialize) Invalid session cookie: $@"; tie %sessionHash, 'Apache::Session::Postgres', undef, { Commit => 0, Handle => $self->{'sql'