in the new version of oxwall there is a security token on every form, if you wait too long to submit the form after it loads the token will expire and you will have to leave the form and then return to reset it. And then you can post your stuff. Just dont take forever to post and you will be fine.Dave +1
It is currently set for 20 minutes.
However if that is not long enough you can change it in
ow_utilities/csrf.php near the top of the file it is set with this code.
const TOKEN_LIFETIME_IN_MINUTES = 20;
I would not play around with it too much as i have not tested the effect on the site with an increased value. If you do change it, then modify it slightly and watch your site for a few days to make sure everything is OK, if it is not then you know to set it back to 20.
the top value i changed from 20 to 180
and half way down the page the other value was set to 60 and i changed that to 180 as well.
i did a sign up, opened the form at 8:50 waited around until 9:32 and saved the form no problems.
thanks for the fix Dave
Yes Dave it does work to change 2 values in the file: ow_utilities/csrf.phpI think you mean line 77. If i got the code right, the value at the top is set in seconds and here gets converted to minutes.the top value i changed from 20 to 180
and half way down the page the other value was set to 60 and i changed that to 180 as well.
So Fabrice i replied to your other support request, do those suggestions and then get back with me. I think you may file it has nothing to do with this setting.