Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Documentation/Troubleshooting/BackendLogin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Login page reloads without error
* Check the cookies configuration in TYPO3: Ensure that cookie-related
settings (:confval:`sessionTimeout <t3coreapi:globals-typo3-conf-vars-be-sessiontimeout>`,
:confval:`cookieDomain <t3coreapi:globals-typo3-conf-vars-be-cookiedomain>`)
are correct and not causing session issues.
are correct and not causing session issues. Additionally, if
`$GLOBALS[TYPO3_CONF_VARS][BE][cookieSameSite] <https://docs.typo3.org/permalink/t3coreapi:confval-globals-typo3-conf-vars-be-cookiesamesite>`_
is set to "none", this only works HTTPS.

.. _troubleshooting-login-invalid:

Expand Down