I have php 8.2, phpbb 3.3.12 (with the patch for the session update from 3.3.13)
I noticed that recently I started getting the occasional error
My form_token_lifetime is -1 (I don't want form validation)
I re-read the documentation and saw this statement:
I noticed that recently I started getting the occasional
Code:
"The submitted form was invalid. Try submitting again."
My form_token_lifetime is -1 (I don't want form validation)
I re-read the documentation and saw this statement:
Is it possible that the session update fix from 3.3.13 is causing the session to expire?aximum time to submit forms:
The time a user has to submit a form. Use -1 to disable. Note that a form might become invalid if the session expires, regardless of this setting.
Statistics: Posted by oferlaor — Tue Sep 03, 2024 7:01 pm