From 6ff821217acd430855878083ee4559ff415a5e5c Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 22 Apr 2020 17:29:53 +0200 Subject: [PATCH] Added info about session Please double-check - I (more or less) guessed this :-) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e442ec..f09cb20 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ min time to 0 to just make use of this feature* are not filled in correctly and need to be resubmitted. A high minimum time could affect those users who only need to fix one field quickly* +The time is stored in the session. This means that if there is no session, a new +one is started automatically. + Configuration: ```YAML @@ -57,7 +60,7 @@ Configuration: isometriks_spam: timed: min: 7 - max: 3600 + max: 3600 # If you omit this line, the max time is determined by `session.gc_maxlifetime` in your `php.ini` global: false # message also takes translator strings. message: You're doing that too quickly.