Can anyone help me implement cookies on my script. What am I missing.<br><br>print "Set-Cookie: ";<br>print "Name", "=", $name, "; expires=", $expires, "; path=", $path, "; domain=", $server_domain, "\n";<br><br>given of course the variables and use CGI qw/:standard/;<br><br>My browser DOES support cookies and I can't figure out why nothing is being written.<br><br>I'm trying to use this type of syntax for teaching purposes so I don't really want to sway to much from this fundamental model.<br><br>Thanks