hello,

(apologies for off topic)

i am trying to get a cgi to be expired using the http 'expires' header.
below is a simple cgi file:

#!/usr/bin/perl
print "Content-type: text/html\n";
print "Expires: Thu, 29 Oct 1998 17:04:19 GMT\n";
print "\n";
print "<html><body>expired</body></html>";

and when i view the page info (ctrl + i), i get:

Expires:    Not Specified

I am using firefox 1.0.5.

any help is greately appreciated.

thanks,

-matt zagrabelny



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to