Skip to content

Commit f25245b

Browse files
github-actions[bot]sypetsgarvinhicking
authored
[Backport 12.4] Add hint for BE login problems (#748)
* Add hint for BE login problems * Change phrase on BackendLogin.rst Co-authored-by: Garvin Hicking <blog@garv.in> --------- Co-authored-by: Sybille <sypets@gmx.de> Co-authored-by: Garvin Hicking <blog@garv.in>
1 parent f7643f4 commit f25245b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/Troubleshooting/BackendLogin.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Login page reloads without error
2727
* Check the cookies configuration in TYPO3: Ensure that cookie-related
2828
settings (:confval:`sessionTimeout <t3coreapi:globals-typo3-conf-vars-be-sessiontimeout>`,
2929
:confval:`cookieDomain <t3coreapi:globals-typo3-conf-vars-be-cookiedomain>`)
30-
are correct and not causing session issues.
30+
are correct and not causing session issues. Additionally, if
31+
`$GLOBALS[TYPO3_CONF_VARS][BE][cookieSameSite] <https://docs.typo3.org/permalink/t3coreapi:confval-globals-typo3-conf-vars-be-cookiesamesite>`_
32+
is set to "none", a login will only work on HTTPS connections.
3133

3234
.. _troubleshooting-login-invalid:
3335

0 commit comments

Comments
 (0)