in reply to
Perl CGI::Sessions
Comment:
This was never answered, so I'm curious if anyone is still interested, or if it has been solved. I'd like to know what was wrong :-\
I'd give advice that was given earlier to me, make sure to flush the session, so that it's stored to disk properly:
$session->flush();
Otherwise I'd want to see more code.
Demize
Comment on
Re: Perl CGI::Sessions
Download
Code
Replies are listed 'Best First'.
Re^2: Perl CGI::Sessions
by
deMize
(Monk)
on Jun 25, 2010 at 14:51 UTC
I don't know why this is a duplicate post - I just edited the other one to give the proper credit to
moritz
, please don't downvote this.
[reply]
In Section
Seekers of Perl Wisdom