Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Swapping information
Message
 
À
24/06/2003 09:53:05
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00803266
Message ID:
00803276
Vues:
20
>All,
>
>Is it possible that the web server is sending information to the wrong IP address? We have two testers on the same page with two different children displayed. They refresh their screens, using F5, and intermittently one will show the other's information.
>
>Has anyone seen this behavior?
>
>TIA
>
>Rex

That normally happens when you get sessions mixed up with one another, or do something like set a variable value identifying one user and assume it's "local" to the same user. (I apologize in advance if this is already stuff you know, I just want to make sure I cover everything possible). For example, let's suppose user 1 logs into a website. You set a application-level variable that saves the user's name. User 2 then logs on, and we save this same variable. User 1 then goes to another page - the website now thinks it's User 2, since that was the last user on the site. Basically, everything needs to be stateless and needs to be set-up on every hit. If you're already doing this, I'd say some variable isn't getting set under certain circumstances.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform