I have a multipage form that uses sessions. Here is my problem.
When the user goes from page 1 to page 2 I do some error checking. For example if a user enters a invalid IP address, it throws a error tells them to go back, and fix it.
When they go back, all the info is still in the fields, which is good. But when they change it to make it correct, when the go back to page 2, the sessions are still recalling the old values. Although, when I hit the back button again, the new values are still stored in the form.
What am I doing wrong. I can supply code if needed.
thanks in advance.