I am trying to reference an array from multiple pages during a session. I guess the first question is if this is possible If it is, here is the situation:

On the first instance of the page, I am selecting 20 numbers from an database and storing them in an array. Then the corresponding question of array[1] is selected and dispalyed. Once the user answers this question, I am reloading the same page, but skipping the script that populates the array. However, I still want to be able to reference the next location of the array that was populated when the page was originally loaded. Is this possible and if so, how.

Thanks everyone...