[TYPO3-english] fe_typo_user cookie: Changes from 6.2.3 to 6.2.4
Valentin R
valentin.rottmann at westlotto.com
Thu Nov 27 09:44:54 CET 2014
Hi Helmut,
excellent :-)
Thanks for your help! The following lines placed in the service class do the job:
public function initAuth($mode, array $loginData, array $authInfo, \TYPO3\CMS\Core\Authentication\AbstractUserAuthentication &$pObj) {
$pObj->forceSetCookie=TRUE;
parent::initAuth($mode,$loginData,$authInfo,$pObj);
}
Kind regards,
Valentin
More information about the TYPO3-english
mailing list