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