I have a fairly large application with about 200 users that uses Session
variables. It would seem that occasionally these variables are being
referenced incorrectly to the extent that different users are updating
information and it is being saved to the wrong user. Is there any problem
with Session Variables that would cause this?not with session. more likley a coding bug where you store session values in
a shared (static) member, or vb module (whose members are all shared).
-- bruce (sqlwork.com)
"GHawley" <GHawley@.discussions.microsoft.com> wrote in message
news:F4501EA5-07FB-49CB-8E38-C5078D66BC9F@.microsoft.com...
>I have a fairly large application with about 200 users that uses Session
> variables. It would seem that occasionally these variables are being
> referenced incorrectly to the extent that different users are updating
> information and it is being saved to the wrong user. Is there any problem
> with Session Variables that would cause this?
The application simply references the Session["variable"] where ever it want
s
to use it. The variable isn't stored, just referenced.
Thanks for the speedy response though.
"bruce barker (sqlwork.com)" wrote:
> not with session. more likley a coding bug where you store session values
in
> a shared (static) member, or vb module (whose members are all shared).
> -- bruce (sqlwork.com)
> "GHawley" <GHawley@.discussions.microsoft.com> wrote in message
> news:F4501EA5-07FB-49CB-8E38-C5078D66BC9F@.microsoft.com...
>
>
I would like to retract my previous statement and thank Bruce Barker for the
insight. I believe this is exactly the problem.
1 thousand times, thank you!!!!
"GHawley" wrote:
> The application simply references the Session["variable"] where ever it wa
nts
> to use it. The variable isn't stored, just referenced.
> Thanks for the speedy response though.
> "bruce barker (sqlwork.com)" wrote:
>
Saturday, March 24, 2012
Session Variable References Incorrect
Labels:
application,
asp,
fairly,
incorrect,
net,
occasionally,
references,
session,
sessionvariables,
users,
variable,
variables
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment