hesco has asked for the wisdom of the Perl Monks concerning the following question:
$self->{'s'} isa CGI::Session object.
The session is owned and writable by apache, which created it.if(defined($self->{'s'})){ $self->{'s'}->flush() or $self->log( 'WARNING', 'Failed attempt to flush session parameters for _cgisess_' . $self->{'s'}->id() . ' to the file store: ' . $!); }
Any help is appreciated,hesco@localhost:~/$ ls -l /tmp/sessions/ . . . -rw-r----- 1 www-data www-data 333 2009-06-30 22:57 /tmp/sessions/cgis +ess_55efa0dbfaa6203e3fc97a50db05c837
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Failed attempt to flush CGI::Session parameters, huh ???
by Anonymous Monk on Jul 01, 2009 at 04:58 UTC | |
|
Re: Failed attempt to flush CGI::Session parameters, huh ???
by hesco (Deacon) on Jul 01, 2009 at 20:20 UTC | |
by Anonymous Monk on Jul 02, 2009 at 02:46 UTC |