What is the best way to keep data between actions

2019-09-08 08:13发布

问题:

I have a form and it is subdivided in multiple steps, and i would like to know what is the best way to keep the data.

I'm using php with zend framework 2

回答1:

Store the data in a session. This would be true in any application.