Cookie lifetime docs

This commit is contained in:
Ingo Schommer 2018-05-21 11:36:53 +12:00
parent 5445a0d3fc
commit 9097a95de2

View File

@ -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. which uniquely link users to their device/browser through a session cookie.
If the user chooses the "Remember me" feature on login, If the user chooses the "Remember me" feature on login,
this unique link will persist across sessions. 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 ## Login Attempts