Help for this page

Select Code to Download


  1. or download this
    $session = new CGI::Session("driver:File", $cgi, {Directory=>"/temp"})
    +;
    
    ...
        $session->save_param();
        # expire the session itself after 1 idle hour
        $session->expire('+1h');
    
  2. or download this
    use DBI;
    use CGI;
    ...
    print "</body>";
    print "</html>";
    }