posted 16 years ago
So, save it when the form is submitted. You could wait until the session times out and then save it, but why wait? You didn't say why saving the data right away was unacceptable.
Edit: Let me put it this way. Suppose there was a network failure while the user was still working, and it took a couple of hours to repair that. Would you still have the same interest in having the user sign on and carry on from where he/she left off? If so, then you need to save the user's data as soon as it is submitted.
[ December 08, 2008: Message edited by: Paul Clapham ]