Help for this page

Select Code to Download


  1. or download this
    #
    # Temporarily pretends a cookie does not exist by modifying
    ...
        $ENV{HTTP_COOKIE} = join('; ',@cookies);
    
    }
    
  2. or download this
    rm_cookie($cgi, 'foo');