M
Manuel Arroba
I had the idea that two users code are being run by two different
instancies, so from the variable values point of view they are
complete independent.
I have an asp.net that calls a module rutine.
When there are two users accessing to the module rutine, looks like
asp.net is sharing variable values. For example, in one point I check
the size of the table (from debug for example I now is 3) but is
reporting an incorrect size (let says 5 that comes from the table of
the second user).
The question I am not sure if this is wad or I am doing something
wrong.
Thanks in advance...
instancies, so from the variable values point of view they are
complete independent.
I have an asp.net that calls a module rutine.
When there are two users accessing to the module rutine, looks like
asp.net is sharing variable values. For example, in one point I check
the size of the table (from debug for example I now is 3) but is
reporting an incorrect size (let says 5 that comes from the table of
the second user).
The question I am not sure if this is wad or I am doing something
wrong.
Thanks in advance...