You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I would set the default for timed_spam_max to null, so that the user's default session timeout setting (i.e. session.gc_maxlifetime in php.ini) kicks in. Otherwise, people keeping the default, will have 2 different timeout settings in place.
The text was updated successfully, but these errors were encountered:
If the session has expired, validation always fails, right? See https://github.com/isometriks/IsometriksSpamBundle/blob/master/Form/Extension/Spam/Provider/SessionTimedSpamProvider.php#L35
So I would set the default for
timed_spam_max
tonull
, so that the user's default session timeout setting (i.e.session.gc_maxlifetime
inphp.ini
) kicks in. Otherwise, people keeping the default, will have 2 different timeout settings in place.The text was updated successfully, but these errors were encountered: