I'm writing a cgi program that gets a web page that contains a form. I want to automatically fill this form out and have the next page send to my browser from the cgi script. But the web page that is returned wants to set a cookie and redirect before I can continue on to the next page. Is there anyway to pass the cookie to my cgi script, then get my cgi script to set the cookie on the client pc?Thanks