In a continuation-based web application, URLs are rewritten to refer to continuations. If you don't take care to prevent caching of pages, the browser will load pages from its cache that contain stale URLs. This is a problem primarily for the entry point to a web application, as further URLs generated by the application will be unique (due to the inclusion of the continuation's encoding), and hence cannot be cached by the browser.
You can send several HTTP headers that disable caching in most browsers. To send HTTP headers in the PLT Web Server, you use the function make-response/full: