The fact that you see different results in
web browsers reveals the answer to your question: the Apache web server does
not change in your experiment. The answer to your question: understanding
the stateless protocol of HTTP (REST) is why your application will respond with
preserved fields when the back button on any browser retrieves the page from a
web server. If your browser fetches from it’s own cache, then it can
preserve the field values as a convenience – that is probably why you see
the difference in the browsers. Either way, Apache and your application
are not involved when a browser chooses to go BACK and restores form field
values. --Mark Mark Lavi, mailto:mlavi@xxxxxxx || phone:+1-650-933-7707 From: prash reddy
[mailto:reddy.web@xxxxxxxxx] Hi All, |