hello
I have a apache/php server. When I open the page from this server, I noticed my browser do not retain the input form data after I click on "back" then "forward" to the form page. This is annoying since I lost all input.
Also I find my apache response head contains a line:
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
is this a default setting? or from PHP, should I remove it?
Please share if you have same experience
Thanks