If a page with a component states some time withtou activity, the next interaction gives a “419 page expired” error.
I think that this done by csrf. How can I configure it to have more time?
If a page with a component states some time withtou activity, the next interaction gives a “419 page expired” error.
I think that this done by csrf. How can I configure it to have more time?
I believe by default a cb csrf token is good for 30 minutes. You should be able to adjust this in your cbcsrf
module settings.
I see that the configuration is 30 minutes, but I don’t know why the error shows at 10 minutes.
@David_Sedeno I’ve noticed this issue myself ( although mine seems to last 15-20 minutes ). I’m working on chasing it down, and I’ll update this post once I have a fix in place.