Web field caching

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?

any suggestions why?

Subject: web field caching

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.

Subject: RE: web field caching

Thanks

It worked like a charm

Subject: RE: web field caching

Hi kev,

I am also facing the same problem of caching. Can you please help me in this issue.It would be great if you can explain what you have done in detail.

Thanks in advance

Ram