Posted on: 1/2/2013 9:01:44 AM | Views : 814

Hi,
I had a problem a couple of weeks ago with an application I had written that allowed users to login and was concerned that certain users were getting a problem of seeing other user's accounts when they logged in. I looked it up and saw that I was being silly and was using a global variable to store the account number instead of the session variable.
My concern is that I'm not sure whether or not an arraylist defined as below would ever be accessible by other users that are logged in or if they are treated as unique per session?
Module Variables Public LinkedPosts As New ArrayList End Module I realize that this may seem like a simple question but I can't seem to find an definitive answers on it.
Thanks

...

Go to the complete details ...