Can anyone help me nail this error message once and for all.
I have various forms which are submitted using POST - which I do on forms which will result in a database update. The problem is that when people use the back button to get back to a page which resulted from a POSTed form they get the above standard IE warning message.
I've played around with the session_cache_limiter function but don't seem to get what I want.
I don't want the browser to cache results. i.e. if the update being made is to delete an item from a list, then I don't want them to press the back button only to see the item is still there from the cache.
Not sure all that is clear, but does anyone know an elegent way to avoid the Warning message ?
Many thanks