On 2/8/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
Eelco Hillenius wrote: > Can't we come up with something smart like recording the last non-ajax > request so that when a request for exactly that url comes in after a > couple version changing ajax request we now that we have to discard > version info but just serve the latest? And what if user really pressed the back button and really returned to the page with "old" verion number?
Then you would recognize it is not the same url as before the ajax request(s) and you would just roll back the whole thing to that version. Eelco
