Project

General

Profile

Bug #29274 ยป session-fix.diff

Helmut Hummel, 2011-08-31 23:13

View differences:

t3lib/class.t3lib_userauth.php
// Make certain that NO user is set initially
$this->user = '';
if (t3lib_div::_GP($this->formfield_status) === 'login') {
// We need a PHP session session for most login levels
session_start();
session_start();
}
// Check to see if anyone has submitted login-information and if so register the user with the session. $this->user[uid] may be used to write log...
$this->checkAuthentication();
    (1-1/1)