I have a site that consists of mostly static pages with some dynamic scripts (cgi files written in perl). I Put the code I mentioned in an .htacces file (intending appache to add the header to all files). It adds the header to html files (so cookies are set and read properly with html with IE V6.0), but it is not adding it to my dynamic files. I have a
but that did not work. I am using vanilla CGI. I am just trying to add the privacy policy to the pages created by my script. Without the policy, there are no other special pieces to the header. I hope that was more helpful. Thanks