sorry der Code hat es verhackt:

<?php
require_once(PATH_tslib.'class.tslib_pibase.php');

class my_ajax extends tslib_pibase {

     public function main() {
        $wert="mein test";
        $GLOBALS['TSFE']->fe_user->setKey('ses','checkfields',$wert);
        $GLOBALS['TSFE']->storeSessionData();
        return;
        }
}

$output = t3lib_div::makeInstance('my_ajax');
echo $output->main();

?> 


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an