ssiddiqi1
Member
Posted 4 months ago #
It seems to work with WP 3.3.1. Sidebar widgets display in Chrome and Firefox, BUT with a BIG BUT, in IE 8 and IE 9 sidebars do not display. I have to disable it because of this issue; which is pitty as it seems to help with other browsers (FireFox and Chrome.).
http://wordpress.org/extend/plugins/wp-widget-cache/
ssiddiqi1
Member
Posted 4 months ago #
Do not ask me much details, as I am not good at PHP. I added following to widget-cache.php before any existing code:
<?php
// Above Headers Sent By PHP.
session_cache_limiter( 'nocache' );
// Start Session.
session_start( );
// Override Headers.
header( 'Cache-Control: no-cache, must-revalidate, post-check=3600, pre-check=3600' );
?>
Every thing is normal in IE9 and IE8.