CassJ has asked for the wisdom of the Perl Monks concerning the following question:
but when I come to retrieve it again, like this:my %session; tie %session, 'Apache::Session::File', undef,{ Directory => '/tmp/sessions', LockDirectory => '/tmp/lock/sessions', };
I get the error:tie %session, 'Apache::Session::File', $sesh_id, { Directory => '/tmp/sessions', LockDirectory => '/tmp/lock/sessions', };
I tried googling, but the only suggestion I found was to delete the store and start again. Which I did to no avail. I'm on a dial-up connection and am rapidly running out of patience. If someone could tell me how to fix this, it'd be great, but I'd settle for someone just explaining what the error means in English. What am I doing wrong?Storable binary image v2.6 more recent than I am (v2.5) at ../../lib/S +torable.pm (autosplit into ../../lib/auto/Storable/thaw.al) line 358, + <GEN0> line 2, at /home/bsm/johnston/casspm/lib/perl5/site_perl/5.8. +1/Apache/Session/Serialize/Storable.pm line 27
Cheers,
Cass
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: storable error
by BrowserUk (Patriarch) on Oct 17, 2004 at 22:48 UTC | |
by CassJ (Sexton) on Oct 17, 2004 at 23:09 UTC | |
by BrowserUk (Patriarch) on Oct 17, 2004 at 23:38 UTC | |
by CassJ (Sexton) on Oct 18, 2004 at 00:03 UTC |