By James Hertsch on
I'm running the "recent comments" block on my blog at http://www.inthealternative.net. It displays comments correctly for logged-in users, but anonymous users receive inaccurate measurements of the time elapsed since the last comments. I'm running Drupal 6.10 (I think). Not sure if this should be reported in Issues or if I need to tweak my configuration.
Comments
clear the cache
this might the problem with cache. drupal uses cache mechanism for anonymous users.
administer->site configuration->performance
click on clear cahce button.
save config if any thing changed in page.
So ...
does this mean I have to keep clearing that cache all the time? Is there some way to autoclear it?