Help for this page
sub ProcessLoginRequest { ... #Check if it got valid return from fetch cookie if ($sid ne 0){ $status = 1;
#--------------------------------------------------------------------- +---------- # FUNCTION: OpenSession($dbh, $sid) ... $session = new CGI::Session("driver:MySQL", $sid, {Handle=>$dbh, Lo +ckHandle=>$dbh}); return $session; }