in reply to Re: Still Having a Struggle with CGI::Session
in thread Still Having a Struggle with CGI::Session
Thank you. I just realized I could access the info through a cookie with
$sid = $cgi->cookie("CGISESSID") || undef;
Hopefully that will work with everything I need. Thanks.