We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7643f4 commit f25245bCopy full SHA for f25245b
Documentation/Troubleshooting/BackendLogin.rst
@@ -27,7 +27,9 @@ Login page reloads without error
27
* Check the cookies configuration in TYPO3: Ensure that cookie-related
28
settings (:confval:`sessionTimeout <t3coreapi:globals-typo3-conf-vars-be-sessiontimeout>`,
29
:confval:`cookieDomain <t3coreapi:globals-typo3-conf-vars-be-cookiedomain>`)
30
- are correct and not causing session issues.
+ 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.
33
34
.. _troubleshooting-login-invalid:
35
0 commit comments