store Multiple Arrays into a session
Hi,
I have this problems regarding "storing of multiple arrays in a session".
Take the "online movie tix booking" as an exmaple. When i click on one seat, beside storing the seatNo into a session, i also want to store the number of seats he has clicked throughout. How can store the incremental of seats clicked into a session?
with regards,
Lin
Re: store Multiple Arrays into a session
Hi,
Use a form scope (or Public if necessary) variable and increment by 1 each time the booking is completed.