[TYPO3-mvc] Create an object in multi step form

Sebastian Kurfürst sebastian at typo3.org
Fri Sep 17 20:53:24 CEST 2010


Hey,

> just another question related to sessions: How do I properly store a value
> in the current session using extbase? Hitting $_SESSION directly can't be
> the right way, can it?
Right now, that's the proper way, as we don't have the @scope session
from FLOW3 (and probably never will).

I'd suggest that you write a "SessionStorage" service (or something like
this), which handles the details of serializing an object to the session
and getting it back out again.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list