diff --git a/Documentation/Troubleshooting/BackendLogin.rst b/Documentation/Troubleshooting/BackendLogin.rst index 7e5a9a78..829f9b16 100644 --- a/Documentation/Troubleshooting/BackendLogin.rst +++ b/Documentation/Troubleshooting/BackendLogin.rst @@ -27,7 +27,7 @@ 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. Additionally, if + 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.