rollbar-php-wordpress
rollbar-php-wordpress copied to clipboard
Bogus expires HTTP header added by plugin to all responses
The rollbar plugin is adding an expires HTTP header to all responses from my Wordpress site. The value of the header is set way in the past either in 1981 or 1984. This is casing havoc with my caching setup.
I haven't been able to find the code responsible yet, but with a clean Wordpress site I can easily reproduce the behavior by enabling / disabling the plugin.
Looks like 'Expires' header is set by session_start() call in src/Settings.php