Bug #52358
closedEpic #68397: Make TYPO3 work with MySQL strict mode
can't login to backend or install tool with PHP 5.4.19 (Typo3-internal session handler broken)
100%
Description
On a new server with openSUSE 13.1 beta (which comes with Apache 2.4.6 and PHP 5.4.19), it's impossible to login to the backend or to the install tool.
The password is recognized as valid (the install tool does not display the md5sum of the entered password, and the backend logs a successful(!) login in sys_log), but I always get the login form again.
After lots of research (also with some help in #typo3), I found out that the Typo3-internal session handling causes this - if I disable the Typo3-internal session handler in the install tool, I can successfully login (see attached patch, which is of course only a workaround).
Unfortunately disabling the Typo3-internal session handling for the backend login is not that easy, therefore I need some help ;-)
I can reproduce this problem with Typo3 4.5.30 and 6.1.3.
Files