nisseh32

nisseh32

  • NA
  • 13
  • 0

Using ArrayLists

Feb 5 2004 5:53 PM
I'm working on a site where the user can "build" his own site, step by step. That means every previous choice the user have made must be saved as long as the session is going on. For the moment I'm using static ArrayLists to accomplish that. Problem is if a second user visit the site while another session is going on, the second user will end up in an ongoing "build", instead of a fresh new one. How can I make this work for more than one user at a time? Here is an early prototype btw: http://194.47.41.68/WebForm1.aspx

Answers (1)