|
Posted by Carl Vondrick on 02/27/06 08:24
Jan wrote:
> In a 2-page order form, not all applicants will complete it due to
> field validations. If I want to see data from incomplete orders, can
> this be done using some sort of session control so that each form page
> data saved (each press on submit will save data to disk) will have a
> session number attached to it?
>
> Thus if the order log contains several line entries from submit
> attempts, then I can locate the lines that belongs to the same order
> based on this session ID?
This should work fine. Sessions are great to keep data from one page to
another. However, if you want to personally view the sessions, I would
store them in a database instead, as the session data can be quite cryptic.
Can you explain your intent again?
> Or is there another or more clever way?
>
Navigation:
[Reply to this message]
|