S
Shari
We are having a very strange problem. We have users processing
personal information, and sometimes, they will go to different page
within that person (i.e. from address details, to insurance coverage),
and all of a sudden, be looking at the data from someone else. This
is obviously causing us exposure to data integrity problems as they
may not notice this data has changed, and go ahead and save it.
We have figured out that when this happens, another user had either
been viewing, or updating, the 2nd person (i.e. the person whose data
gets displayed back to the first user).
Our environment is using a Cisco switch for load balancing between two
servers. No web garden. We have had the users hit one of the servers
directly (thus, eliminating Cicso from the picture) and it still
occurs.
We are not sure if the session variable that stores the person id is
getting altered somehow, or if it is serving back the wrong data. We
have put in a bunch of log messages to determine if the person id is
changing, although we suspect it is the correct person id since they
sometimes don't notice it and go ahead and do the save. This then
modifies the original person information with the wrong data that was
being displayed on the screen.
We are really at a loss and would greatly appreciate any suggestions!
thanks,
Shari
personal information, and sometimes, they will go to different page
within that person (i.e. from address details, to insurance coverage),
and all of a sudden, be looking at the data from someone else. This
is obviously causing us exposure to data integrity problems as they
may not notice this data has changed, and go ahead and save it.
We have figured out that when this happens, another user had either
been viewing, or updating, the 2nd person (i.e. the person whose data
gets displayed back to the first user).
Our environment is using a Cisco switch for load balancing between two
servers. No web garden. We have had the users hit one of the servers
directly (thus, eliminating Cicso from the picture) and it still
occurs.
We are not sure if the session variable that stores the person id is
getting altered somehow, or if it is serving back the wrong data. We
have put in a bunch of log messages to determine if the person id is
changing, although we suspect it is the correct person id since they
sometimes don't notice it and go ahead and do the save. This then
modifies the original person information with the wrong data that was
being displayed on the screen.
We are really at a loss and would greatly appreciate any suggestions!
thanks,
Shari