[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

off topic: http expires header and page info in firefox



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




Reply to: