App showing inbox for wrong user
-
Hi all. We have an asp.net web email app. Intermittently when a user logs in, it shows the inbox for another user. After you refresh or login and logout, it show the correct inbox. Has anyone ever experienced something like this? What could possibly be the cause? Went through the code, etc and everything seems fine. Perhaps the server setup? Any help would be greatly appreciated. Thanks M
-
Hi all. We have an asp.net web email app. Intermittently when a user logs in, it shows the inbox for another user. After you refresh or login and logout, it show the correct inbox. Has anyone ever experienced something like this? What could possibly be the cause? Went through the code, etc and everything seems fine. Perhaps the server setup? Any help would be greatly appreciated. Thanks M
marky777 wrote:
Intermittently when a user logs in, it shows the inbox for another user.
I think it can be cause of Session Variable, May be previous user session didn't clear properly .
cheers, Abhijit CodeProject MVP My Blog :Abhijit's World of .Net
-
marky777 wrote:
Intermittently when a user logs in, it shows the inbox for another user.
I think it can be cause of Session Variable, May be previous user session didn't clear properly .
cheers, Abhijit CodeProject MVP My Blog :Abhijit's World of .Net
-
Hi all. We have an asp.net web email app. Intermittently when a user logs in, it shows the inbox for another user. After you refresh or login and logout, it show the correct inbox. Has anyone ever experienced something like this? What could possibly be the cause? Went through the code, etc and everything seems fine. Perhaps the server setup? Any help would be greatly appreciated. Thanks M
You haven't told us what login mechanism you are using.