In a web application I am writing a user edits an object in a multi-step
process.  What would be the best practice of the two:

A.  Save and Restore the state to/from the database at each step.
B.  Save and Restore the state to/from the session and only save to the
database at the end of the process.

Thanks,
-Mark

Reply via email to