From c7a186677111eee67ac1b34e29e8d01f124c81ee Mon Sep 17 00:00:00 2001 From: Sybille Date: Sat, 9 Aug 2025 10:24:17 +0200 Subject: [PATCH 1/2] Add hint for BE login problems --- Documentation/Troubleshooting/BackendLogin.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/Troubleshooting/BackendLogin.rst b/Documentation/Troubleshooting/BackendLogin.rst index db223738..17839fa3 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", this only works HTTPS. .. _troubleshooting-login-invalid: From 5012718bdf1845bf447938db584885f916f0256b Mon Sep 17 00:00:00 2001 From: Sybille Date: Sun, 10 Aug 2025 15:02:57 +0200 Subject: [PATCH 2/2] Change phrase on BackendLogin.rst Co-authored-by: Garvin Hicking --- Documentation/Troubleshooting/BackendLogin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Troubleshooting/BackendLogin.rst b/Documentation/Troubleshooting/BackendLogin.rst index 17839fa3..7e5a9a78 100644 --- a/Documentation/Troubleshooting/BackendLogin.rst +++ b/Documentation/Troubleshooting/BackendLogin.rst @@ -29,7 +29,7 @@ Login page reloads without error :confval:`cookieDomain `) are correct and not causing session issues. Additionally, if `$GLOBALS[TYPO3_CONF_VARS][BE][cookieSameSite] `_ - is set to "none", this only works HTTPS. + is set to "none", a login will only work on HTTPS connections. .. _troubleshooting-login-invalid: