-
Notifications
You must be signed in to change notification settings - Fork 59
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
[enhancement] Task for purging nonces #19
Comments
Hi Giorgio, thanks for getting in touch - I think this is a great feature request! Kind regards, |
Hi Giorgio, would you be able to give the dev_nonces-branch a spin?
Thanks in advance for your feedback! Kind regards, |
Hi @giorrrgio, the dev_nonces-branch has now been merged into master (see #bcdc05d8db41e6206af4c2d0431baae936e0d34d) Kind regards, |
Hi @giorrrgio, I'm going to reference in #25 (nonce storage abstraction) here, as this is going to have an influence on what we've discussed previously in this thread. Kind regards, |
The nonce storage has been abstracted, but there doesn't seem to be a way to only delete expired cache ids. So, for now the command will delete all cache ids. Let's keep an eye on Doctrine/cache. Kind regards, |
How about removing cache of nonce ? I've a large website and it generates thousands of nonces files each hour ... Thanks. So it takes hours to cache:clear so I can't update my website properly anymore ! |
Hi @Mentalow, "How about removing cache of nonce" Thanks in advance for your feedback! Kind regards, |
Also have a look at #44 when tackling this issue. |
How about adding a command for purging expired nonces? It would be useful to put it in a cronjob to mantain the nonce folder clean.
The text was updated successfully, but these errors were encountered: