Index: typo3/classes/class.ajaxlogin.php =================================================================== --- typo3/classes/class.ajaxlogin.php (Revision 10349) +++ typo3/classes/class.ajaxlogin.php (Arbeitskopie) @@ -46,6 +46,7 @@ if ($GLOBALS['BE_USER']->user['uid']) { $formprotection = t3lib_formprotection_Factory::get(); $token = $formprotection->generateToken('extDirect'); + $formprotection->persistTokens(); $json = array( 'success' => TRUE,