From 9097a95de27daff07af6be0ec472934cd01b1d7e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 21 May 2018 11:36:53 +1200 Subject: [PATCH] Cookie lifetime docs --- docs/en/02_Developer_Guides/09_Security/06_Personal_Data.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/02_Developer_Guides/09_Security/06_Personal_Data.md b/docs/en/02_Developer_Guides/09_Security/06_Personal_Data.md index 006bf0502..0749f5a93 100644 --- a/docs/en/02_Developer_Guides/09_Security/06_Personal_Data.md +++ b/docs/en/02_Developer_Guides/09_Security/06_Personal_Data.md @@ -44,6 +44,8 @@ SilverStripe will default to using PHP sessions for tracking logged-in users, which uniquely link users to their device/browser through a session cookie. If the user chooses the "Remember me" feature on login, this unique link will persist across sessions. +The default cookie lifetime for this feature is 48h. +See `SilverStripe\Security\Member::$auto_login_token_lifetime` for details. ## Login Attempts