Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

important! server-side bug #1009

Closed
psolom opened this issue Feb 13, 2012 · 0 comments
Closed

important! server-side bug #1009

psolom opened this issue Feb 13, 2012 · 0 comments

Comments

@psolom
Copy link

psolom commented Feb 13, 2012

I have found bad bug in index.php when I have installed your plugin to my project. You can watch it when you:

  1. load some files
  2. then go to another page
  3. then return with BACK browser button to upload page

After that I can't see my uploaded files. But they appear if I refresh the page.

It took me some time to find out the reason.
So, the server script is cached because of wrong Cache-Control header. It must be:

header('Cache-Control: no-store, no-cache, must-revalidate');

if you want to get really 'no-cache' effect

Sebastian, please correct your script and pay attention to my issue #1005
Glad to help you and hope for your help.
Thanks

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

No branches or pull requests

2 participants