Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bogus expires HTTP header added by plugin to all responses #92

Open
owen-c opened this issue Feb 19, 2020 · 1 comment
Open

Bogus expires HTTP header added by plugin to all responses #92

owen-c opened this issue Feb 19, 2020 · 1 comment

Comments

@owen-c
Copy link

owen-c commented Feb 19, 2020

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.

@AlexeyDemidov
Copy link

Looks like 'Expires' header is set by session_start() call in src/Settings.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants