Need help with some Coldfusion data structures
Hello,
I need to keep some sort of a list that contains a page, and then that page will have associated with it values. So,
if I have page 1, I may have values 240, 245, 300. Then, on to page 2, and I will have say, 344, 29, etc.
So, what I will have is something that "could maybe" be a 2 dimensional array where one of the elements is a list?
Or, do I set up a struct say, page.number and page.value list, and put that struct in an array?
Plus, the fun part is I have to save this bad boy in session. I've been looking around the web for some examples, no
luck. So, to reiterate:
I have a page number that has to be associated with a list. That entire structure needs to be in an array or list of
some sort, and stored in session.
Thanks in advance!
