I just noticed and odd behavior. I am working in a cms. If I edit the title of a post and click save, it is updated in the mysql database instantly. But if I click on “all posts” to go back to the list of posts the title will not be updated. Only after I refresh the page will the new title be displayed.
The flow is like this.
“All Posts” Page -> click -> “Edit Post” -> click -> “All Posts”
I am guessing that the browser do not reload the data from the mysql database because they think it is still up to date.
This is happening in Firefox 6.0 and Chrome 13.0.782.112, but not in Safari 5.1 on Mac OSX Lion 10.7.1.
Is that the usual behavior? And how do I change it?
I hope my problem is understandable.
Thanks.
Sadly, this did not help, although it might be just for my problem. What did fix it was to put the following in my .htaccess file.
Does it make sense this way, or should I alter it somehow?