The following use case is very annoying in my current zwiki:
- Create a WikiLink on a SourcePage
- Create the page behind the WikiLink
- Close Firefox
- Go to the SourcePage => The WikiLink is still rendered with a question mark.
I tried to add some meta tags to each of the pages using maintemplate.pt:
<meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0">
But this does not work and there is no change visible. What can I do alternatively?
That seems to be a general problem which was discussed originally in 1457PagesOccasionallyShowOldContentUntilReloaded (http://zwiki.org/1457PagesOccasionallyShowOldContentUntilReloaded)