Hi All,
I'm currently debugging an external PHP-Script that is linked in via
TypoScript in Pagetemplate:
subparts.INHALT= PHP_SCRIPT_EXT
subparts.INHALT {
file = fileadmin/myscript.php
}
The script sends/receives GET-Params and is supposed to store them in a
session so that they can be evaluated later on (it's some kind of poll).
It used to work prefectly on Typo3 4.1.2 but now that we upgraded to 4.1.10
it loses all session data.
I already tried to use the $GLOBALS['TSFE']->fe_user object in order to
store session data, but the result remains the same.
Also I cannot start a session (either using session_start() or
$GLOBALS['TSFE']->fe_user->start()), as output has already started at the
moment the script is run. Typo3 seems to start a session though, as I get a
'fe_typo_user' cookie.
Any ideas, suggestions et al?
Thx in advance,
Jean
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english