diff --git a/Documentation/Troubleshooting/BackendLogin.rst b/Documentation/Troubleshooting/BackendLogin.rst index db223738..7e5a9a78 100644 --- a/Documentation/Troubleshooting/BackendLogin.rst +++ b/Documentation/Troubleshooting/BackendLogin.rst @@ -27,7 +27,9 @@ Login page reloads without error * Check the cookies configuration in TYPO3: Ensure that cookie-related settings (:confval:`sessionTimeout `, :confval:`cookieDomain `) - are correct and not causing session issues. + are correct and not causing session issues. Additionally, if + `$GLOBALS[TYPO3_CONF_VARS][BE][cookieSameSite] `_ + is set to "none", a login will only work on HTTPS connections. .. _troubleshooting-login-invalid: