I am writing an application that builds up a couple of arrays containing
objects. My question is: Can I use session variables to store an array
of objects and if so, how would I, in the ASP on the next page, access the
data in the objects? Is it done the same way as you do when you're using
them as a regular variable? This is my first venture into the world of
sessions, so I really have no idea what I'm doing. So it would be great
if someone could explain how to use arrays and/or objects in sessions.
Chris