Closed (fixed)
Project:
Guestbook
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2007 at 20:08 UTC
Updated:
30 Jan 2011 at 05:30 UTC
With performance->cache set to normal, an anonymous user will not see the guestbook updated after he submits the post. Not even by pressing F5 or ctrl-F5. This doesn't happen with registered user or with cache=none. Seems drupal doesn't register a change of node when anonymous user submits the post and serves the old page.
I tested this on linux firefox and konqueror.
Comments
Comment #1
nels commentedI just discovered that I am having the same issue with 4.7. In my case, the post is actually being stored, but not displayed if cache is enabled OR user is logged in.
Comment #2
fanjocko commentedHad the same issue, but circumvented it by using CacheExclude: http://drupal.org/project/cacheexclude
Comment #3
sunComment #4
sunThanks for reporting, reviewing, and testing! Committed a fix for this bug to HEAD (6.x-2.x).
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.