[TYPO3-english] BE login does not work after update to php 5.2.9

Dmitry Dulepov dmitry.dulepov at gmail.com
Sat May 9 08:51:13 CEST 2009


Hi!

Vahan Amirbekyan wrote:
> what I see is the following:
> in typo3/index.php on line 203
> $_SESSION['login_challenge'] = $challenge;
> $_SESSION['login_challenge'] is assigned a value
> but after form is submitted the same value in
> t3lib/class.t3lib_userauth.php on line 1094
> if ($_SESSION['login_challenge'] !== $loginData['chalvalue']) {
> the same $_SESSION['login_challenge'] is blank.
> 
> any ideas?

Perhaps sessions do not work. Check you php.ini settings for session (mainly session storage directory).

-- 
Dmitry Dulepov
In TYPO3 blog: http://dmitry-dulepov.com/article/google-seo-recommendations.html
LinkedIn: http://www.linkedin.com/in/dmitrydulepov
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs


More information about the TYPO3-english mailing list