E
Elton Kostecka
I am working on several pages that are part of a registration process. On one
page, I am allowing the user to enter multiple registrations before moving on
to the next page. I want to capture all the registration object(s) into one
session variable. On subsequent screens, I want to be able to access the data.
How would you set up a session variable to hold all these registration
objects? There could be from 1 to 10 registrations (and all their ancillary
data) to capture. I am trying to use a temporary array to capture the data,
then save it all to a session variable (array?) before moving on.
Or, is there a better way?
Thanks.
page, I am allowing the user to enter multiple registrations before moving on
to the next page. I want to capture all the registration object(s) into one
session variable. On subsequent screens, I want to be able to access the data.
How would you set up a session variable to hold all these registration
objects? There could be from 1 to 10 registrations (and all their ancillary
data) to capture. I am trying to use a temporary array to capture the data,
then save it all to a session variable (array?) before moving on.
Or, is there a better way?
Thanks.