I am also seeing the same behaviour. I’ve tried using the @SetHttpHeader calls but no success thus far. Interesting enough, if I Tell my browser not to use HTTP 1.1, things work as in R5. However, this is not a practical solution. I am invetigating the possiblility of serving out some of my forms froms using HTTP 1.0, but no luck so far. Please let Me know if you are able to concurr this issue.
Subject: RE: input validation force a refresh of the web form
You need to talk to you server adminstrator. There is a line that you need to add to your Domino Server’s notes.ini file that enables page caching. This will then allow your databases to work as they did in R5.
Subject: RE: input validation force a refresh of the web form
I’m my own admin Doug. I’ve tried talking to myself but I still can’t find this ini variable in help databases or online knowledgebase. Any chance of another hint please?
I did find something about the $CacheValid field and regional settings in the seb server config. Could that be what you meant?
I think I discovered the same problem yesterday. The back button on resulted in the page being refreshed from the 6.0 server, but not on the 5.0 server. I found that no pages were being cached by IE, so there was nothing to go back to. As a solution, I set the header field Expires = 0, using the new @SetHTTPHeader function. I created a Computed for Display field containing the formula:
Subject: RE: input validation force a refresh of the web form
I’m my own admin Doug. I’ve tried talking to myself but I still can’t find this ini variable in help databases or online knowledgebase. Any chance of another hint please?