TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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
Reply
Answers (
1
)
Windows API verses .Namespaces
HELP with .Net Remoting!!