Re: How do I tell the document has changed?
Jonas Fonseca <[email protected]>
| Newsgroups | gmane.comp.web.links |
|---|---|
| Message-ID | <[email protected]> |
Yan Seiner <[email protected]> wrote Mon, Apr 30, 2007: > Is there something that is guaranteed to change on load/reload that I > can check for quickly? Perhaps something like document_view->name? A struct document contains a field called "id' which is basically a counter controlled by the cache system and which is changed--for the same URL--on reload and unique across different URLs. Maybe it can be used. -- Jonas Fonseca