I have a script that I NEED netscape to cache. Since PHP3 generally doesn't put in any cache validators, Netscape doesn't cache any of my php scripts.
I've gotten IE to cache my scripts by adding a last modified header. However the solution doesn't work in Netscape. I've played around with the header information using the Header() function, and nothing works for netscape.
Does anybody know exactly WHAT header information Netscape needs to cache a page NO MATTER what?
Thanks
Tim