Hi,
I'm trying to use a session to store information about product ids and quanitys of a product people are buying.
So in a session I would, for example, be wanting to store this
0001 - 6
0003 - 1
0131 - 2
so that on another page I could then pull back out the data and know they wanted to to buy 6 of whatever product id 0001 was etc.
So how can I do this using sessions because the tutorials I've read only seem to reference registering a single item in a session.
Thanks,
Matt