On Sun, 19 Apr 2009 16:14:05 +0000 Earnie Boyd earnie@users.sourceforge.net wrote:
This has nothing to do with $menu_cache. It has to do with your page cache or the browser cache since you have caching set to normal. Reduce the cache lifetime in settings.php.
"your page cache"? Is there a way to just say: "don't cache this" on a menu item base for anonymous users? If not on a "page" base? Where "page" is the function returning the $output?
reducing the cache lifetime is not going to work (the cache lifetime should be 0)... and it has a huge cost site-wide.
thanks