I have a 3-page registration form and use arrays (i.e. pg1[], pg2[], pg3[]) registered as session variables to store the data. It seems I cannot alter the values of these arrays after they have been entered. For example, navigating back to Page1 from Page2 displays the correct values of Page1, but after I try to change the data and save it doesn\\\\'t.
I read somewhere that session variables, once registered, cannot be changed. Is this true? Is there a workaround - especially with arrays? BTW, I am changing the values via HTMP input fields and POST.
Thanks all.