Help for this page

Select Code to Download


  1. or download this
    $session = new CGI::Session("driver:File", $session_id, {Directory=>"$
    +session_dir"});
    
    ...
        
    }
    
  2. or download this
    
    #sql code to retrieve user info and compare to the password
    ...
            $session->param("ip", "$current_ip");
            clearBasket($user_name);
    
  3. or download this
    
    sub loadPersonalData {
    ...
        print "username $username<br/>";
        print "session dir $session_dir<br/>";