https://bugzilla.wikimedia.org/show_bug.cgi?id=32128
--- Comment #18 from Bawolff <[email protected]> 2011-11-30 19:30:21 UTC --- (In reply to comment #17) > Hm, there is probably bug in core, but I would like to check before I report > it, setCacheExpiry purge all caches excepting browser cache in firefox, so > actually it has troubles in firefox (user status doesn't update, unless > browser > cache is turned off), is here any workaround to flush browser cache which > works > for all browsers? I assume you mean updateCacheExpiry (method of ParserOutput), in which case yes this is normal. It will only update the time the parser cache expires. Squid still needs to be explicitly purged. Browsers should not be caching user pages when (Or more specificly, they should do if-modified-since checks every time). However, ParserOutput::updateCacheExpiry doesn't update the last modified times, so server's would still send HTTP 304 not modified in those cases. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
