We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d744754 + 587c556 commit e81209eCopy full SHA for e81209e
src/Config/Auth.php
@@ -184,6 +184,9 @@ class Auth extends BaseConfig
184
* --------------------------------------------------------------------
185
* If true, will always update the `last_active` datetime for the
186
* logged in user on every page request.
187
+ * This feature only works when session/tokens filter is active.
188
+ *
189
+ * @see https://codeigniter4.github.io/shield/install/#protect-all-pages for set filters.
190
*/
191
public bool $recordActiveDate = true;
192
0 commit comments