Help for this page

Select Code to Download


  1. or download this
    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);
    }