Greetings,

I have a script which draws some graphs and everything works fine, except I
have to push "reload" in browser every time to get a valid picture. So far I
used these headers but with no luck. Browser is Netscape 4.xx under Linux.


print "Content-type: image/png\n";
print "Pragma: no-cache\n\n";

print "Content-type: image/png\n";
print "Cache-Control: max-age=1, must-revalidate\n\n";



-- 
Matija

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to