I have a modified lotus search form. In R5 I could to a ‘back’ in the browser from the search result page and the search form would re-appear with the search values in the fields (this works with search form in this forum), however this same search form fields are empty when I go back from the search results page from a R6 server. Is there something about field caching for web apps in R6?
Forms are set to immediately expire now (unless you set them otherwise in the HTTP Header). This is by design, to prevent multiple submissions of the same data in different documents. For your search form, use @SetHTTPHeader to modify the cache-control and/or expires values.