G
Guest
I'm not sure what to think of this. In the appliacation, upon postback,
users screens will get mixed up. Meaning... Perhaps on my screen im working
with a particular set of data. I click a button to cause a post back, then
all of the sudden someone elses data comes up. If I hit the refresh button,
my data comes back again.
Here are the details.
..aspnet app using VB.net
Developed using Visual studio 2002, converted to 2003. problem existed
before and after the conversion.
Intranet App only. No outside users.
IIS6 and IIS 5 (tried both)
A user(none in particular) logs in to my application using forms
authentication. Their ID number is stored in session. Different reports and
data are rendered based upon this Id number. At the top of every screen is
who they are based upon the Id they entered. As the user moves through the
application, clicking on various things, their screen gets mixed up with
another users within my Domain. So perhaps at the top I'm logged in as Tom
Callahan, I click a button and next thing I know I'm logged in as John
smith. If I call john smith, He doesn't see my screen necessarily. I hit
the refresh button and my screen comes back correctly. The 2 people are one
the same domain, but geographically speaking they are not necessarliy in the
same building.
This happens rarely, but it seems to be reported more often. One time, we
were holding a class with about 10 people, and about 5 of the 10 people got
someone elses screen who was in the class. and one person got someone who
was not in the class.
It seems like something on the server happens (a hiccup) or an error, then
people get switched. I thought perhaps that it had to do with someone
generating an error within the system, but I have proven that to be not
true. It's also not isolated to servers as I have moved it from a 2k3
server to a 2000 server (different box), but the problem still occured. I
have since moved it back.
Any help in this matter would be appriciated. This has stumped me for quite
a while.
Tom Callahan
users screens will get mixed up. Meaning... Perhaps on my screen im working
with a particular set of data. I click a button to cause a post back, then
all of the sudden someone elses data comes up. If I hit the refresh button,
my data comes back again.
Here are the details.
..aspnet app using VB.net
Developed using Visual studio 2002, converted to 2003. problem existed
before and after the conversion.
Intranet App only. No outside users.
IIS6 and IIS 5 (tried both)
A user(none in particular) logs in to my application using forms
authentication. Their ID number is stored in session. Different reports and
data are rendered based upon this Id number. At the top of every screen is
who they are based upon the Id they entered. As the user moves through the
application, clicking on various things, their screen gets mixed up with
another users within my Domain. So perhaps at the top I'm logged in as Tom
Callahan, I click a button and next thing I know I'm logged in as John
smith. If I call john smith, He doesn't see my screen necessarily. I hit
the refresh button and my screen comes back correctly. The 2 people are one
the same domain, but geographically speaking they are not necessarliy in the
same building.
This happens rarely, but it seems to be reported more often. One time, we
were holding a class with about 10 people, and about 5 of the 10 people got
someone elses screen who was in the class. and one person got someone who
was not in the class.
It seems like something on the server happens (a hiccup) or an error, then
people get switched. I thought perhaps that it had to do with someone
generating an error within the system, but I have proven that to be not
true. It's also not isolated to servers as I have moved it from a 2k3
server to a 2000 server (different box), but the problem still occured. I
have since moved it back.
Any help in this matter would be appriciated. This has stumped me for quite
a while.
Tom Callahan