in reply to
Re: CGI::Session between two scripts
in thread
CGI::Session between two scripts
Do I have to close the session if I want another script to be able to update it? How do I do this?
Andrew
Comment on
Re: Re: CGI::Session between two scripts
Replies are listed 'Best First'.
Re: Re: Re: CGI::Session between two scripts
by
jdtoronto
(Prior)
on Feb 09, 2004 at 18:43 UTC
$session->close;
[reply]
In Section
Seekers of Perl Wisdom