Help for this page
sub cgiapp_prerun { # If user has a session ID then validate it, otherwise get them on +e ... my $session_h = new CGI::Session("driver:MySQL", $q, {Handle => $d +bh}); $self->param('up_session' => $session_h); }