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

Enabled option does nothing #18

Open
carsonreinke opened this issue Oct 16, 2015 · 5 comments
Open

Enabled option does nothing #18

carsonreinke opened this issue Oct 16, 2015 · 5 comments

Comments

@carsonreinke
Copy link

It looks like the enabled option is just completely ignored. Was there something before or some delegation to Symfony that was suppose to happen?

@rjsworking
Copy link

I'm facing the same problem.

@okaufmann
Copy link
Contributor

Yup, same here...

@okaufmann
Copy link
Contributor

After a looking into Symfony's HttpCache I found a little workaround. You could add allow_reload to your httpcache.php options section like

'options'   => [
        'allow_reload' => true
    ],

Then you can press ex. ctrl+shif+r in chrome to force reload page, then the requestet page will be purged from cache...

@mightydes
Copy link

+1

@ctf0
Copy link

ctf0 commented Aug 20, 2017

#41

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

5 participants