[Typo3] SESSIONTROUBLE.....getKey(), setKey().....but "updateKey()" ??
Peter Niederlag
niederlag at ikd01.de
Tue Jun 21 13:18:33 CEST 2005
Hi,
matthi schrieb:
> Hi,
>
> this is driving me nuts for a few days now and I am not able to find the
> required information.
>
> In an extension I want to have a multipage form and so collecting all
> the data from the various pages to take it through the whole form
>
> I get sucessfully stored the data from page one:
>
> $GLOBALS["TSFE"]->fe_user->setKey("user","myData", $myVars);
maybe(!) have a look at:
$GLOBALS["TSFE"]->fe_user->storeSessionData() {
<q>
/**
* Will write UC and session data.
* If the flag $this->userData_change has been set, the function
->writeUC is called (which will save persistent user session data)
* If the flag $this->sesData_change has been set, the fe_session_data
table is updated with the content of $this->sesData (deleting any old
record, inserting new)
*
* @return void
* @see fetchSessionData(), getKey(), setKey()
*/
function storeSessionData() {
</q>
HtH,
Peter
--
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
http://www.typo3partner.net * professional services network *
More information about the TYPO3-english
mailing list