G
Guest
Hi.
I developed an ASP.NET application that users just started testing and found
a huge problem with. In one part of the application I am creating an
instance of the class and save information that users provided there. If
users want to they can view their previously saved entries. At that time I
display the information to them. Another part of the application has
something similar except I save a dataview object that is declared globally
in the module for the duration of the session.
here is what happens: there were several people testing the application and
there were able to see each others data (from the class or the dataview
variable).
I thought that this information was local for the session. How does it work
and how can I make sure that it is only visible to the user who started the
session? Please help. Thanks.
I developed an ASP.NET application that users just started testing and found
a huge problem with. In one part of the application I am creating an
instance of the class and save information that users provided there. If
users want to they can view their previously saved entries. At that time I
display the information to them. Another part of the application has
something similar except I save a dataview object that is declared globally
in the module for the duration of the session.
here is what happens: there were several people testing the application and
there were able to see each others data (from the class or the dataview
variable).
I thought that this information was local for the session. How does it work
and how can I make sure that it is only visible to the user who started the
session? Please help. Thanks.