Is it possible to pass a checkbox array, for instance, features[], to two different pages?
I have a list of checkboxes, and when i POST to my verification page, I can retrieve the values of the array, but when I try to pass that array to another page once I finish the verification process, the array is empty.
Is there something i'm missing or is it because the array can only be passed to one page?