Hi! On Nov 27, 2007 3:58 PM, Andreas Flack <[EMAIL PROTECTED]> wrote: > Turning the new content caching mechanism on and off doesn't have any > influence on this. Before the update, the site ran for almost a year on > 2.6 without having this problem. I didn't make any changes to the > website configuration, so I wanted to ask if there where any changes to > the way cache (or expires, or whatever) headers are set or if anyone has > any idea what else might cause this problem.
The content cache and caching headers sent by MidCOM are two different things (though the 'content' module deals with both). Try adding this to your style: $_MIDCOM->cache->content->enable_live_mode(); This should kill all browser/proxy caches. (BTW, we could consider doing that for Asgard) > Andreas /Henri -- Henri Bergius Motorcycle Adventures and Free Software http://bergie.iki.fi/ Skype: henribergius Jabber: [EMAIL PROTECTED] Jaiku: http://bergie.jaiku.com/ _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
