Actions
Feature #69199
closedNon-session support for one-step forms
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-08-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
For caching purposes it would be great to use formhandler without any session.
A support for one-step forms (without session-handling) would suffit many needs and could be implemented easyliy.
Now, if there is no active session, an exception gets thrown in Tx_Formhandler_Controller_Form because of this line: "$finishedSteps = $this->globals->getSession()->get('finishedSteps');" when submitting the first step.
Actions