in reply to RE: Re: Parsing and Spewing CSS
in thread Parsing and Spewing CSS
What if you want data to be cached? Is the best way to accomplish this to emit an Expires header of our own? What about If-Modified-Since-qualified requests? Do we then have to process those, and emit the requisite 304 if no change has been made? In short, is there a module or better mechanism for scripts to participate in the expiration/caching process, or to at least override the server's default behavior of marking CGI-generated content as uncachable?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Re: Parsing and Spewing CSS
by Hrunting (Pilgrim) on Nov 16, 2000 at 00:23 UTC |