Session Data Crossing in Mail
-
Hi all, I'm running Asp.Net 2.0 Application. I have only one instance of the application in the Server. There is an occasional problem where data for one logged in user gets the data from another logged in user in the Mail Content. Please suggest me solution. Thanks in Advance. Thanks & Regards, Rathika Krishnavelu
-
Hi all, I'm running Asp.Net 2.0 Application. I have only one instance of the application in the Server. There is an occasional problem where data for one logged in user gets the data from another logged in user in the Mail Content. Please suggest me solution. Thanks in Advance. Thanks & Regards, Rathika Krishnavelu
dont understand please describe.......... :)
-
Hi all, I'm running Asp.Net 2.0 Application. I have only one instance of the application in the Server. There is an occasional problem where data for one logged in user gets the data from another logged in user in the Mail Content. Please suggest me solution. Thanks in Advance. Thanks & Regards, Rathika Krishnavelu
Hi Rathika, When are you getting one users session into other. Which browser you are using is it IE , in side by side tabs? Browser tabs will shared the same session, you have to be careful on that. Regards, Surender No Defeat Is Final Until You Stop Trying!.......
-
Hi Rathika, When are you getting one users session into other. Which browser you are using is it IE , in side by side tabs? Browser tabs will shared the same session, you have to be careful on that. Regards, Surender No Defeat Is Final Until You Stop Trying!.......
It is happening occasionaly. The Mail Content and the Email address are correct. But the Mail Name is coming wrong. We are using IE6 browser. There is no Tabs. Please find the Mail and its contents. From: FinanceSupport@test.in Sent: Wednesday, March 24, 2010 11:18 AM To: Piush Kaparwan Subject: Your Claim Details # 33467 Hi Sunil Sarangam This is to inform you that your following Account Head(s) For claim 33467 have been Approved. Voucher Number Account Head Description Amount Passed Remarks 33467 Mobile Claim Mobile bill 840.00 Thanks & Regards Finance Team Thanks & Regards, Rathika
-
Hi all, I'm running Asp.Net 2.0 Application. I have only one instance of the application in the Server. There is an occasional problem where data for one logged in user gets the data from another logged in user in the Mail Content. Please suggest me solution. Thanks in Advance. Thanks & Regards, Rathika Krishnavelu
Rathika Krishnavelu wrote:
I have only one instance of the application in the Server.
What do you mean by that ?
Rathika Krishnavelu wrote:
There is an occasional problem where data for one logged in user gets the data from another logged
As you are saying it is occasional, it means your application having issue with Session. Check a) when the session is getting time out. b) Is there any chance to recycling Application Pool. If those thing are fine, then you need to gothrough again to your code. Let me know of you need any more help.
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
-
Rathika Krishnavelu wrote:
I have only one instance of the application in the Server.
What do you mean by that ?
Rathika Krishnavelu wrote:
There is an occasional problem where data for one logged in user gets the data from another logged
As you are saying it is occasional, it means your application having issue with Session. Check a) when the session is getting time out. b) Is there any chance to recycling Application Pool. If those thing are fine, then you need to gothrough again to your code. Let me know of you need any more help.
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
Hi Abhijit Jana, Thanks a lot for your reply. It means I ahve deployed the Application only once in the Server. Kindly revert for any clarification. Thanks & Regards, Rathika.K
-
It is happening occasionaly. The Mail Content and the Email address are correct. But the Mail Name is coming wrong. We are using IE6 browser. There is no Tabs. Please find the Mail and its contents. From: FinanceSupport@test.in Sent: Wednesday, March 24, 2010 11:18 AM To: Piush Kaparwan Subject: Your Claim Details # 33467 Hi Sunil Sarangam This is to inform you that your following Account Head(s) For claim 33467 have been Approved. Voucher Number Account Head Description Amount Passed Remarks 33467 Mobile Claim Mobile bill 840.00 Thanks & Regards Finance Team Thanks & Regards, Rathika
Hi Rathika, Where you are storing Mail name, are you updating session everytime with latest details. check properly whether session is updating with latest details, try to debug. And also explain the scenario when exactly you are facing this problem. Regards, Surender No Defeat Is Final Until You Stop Trying!.......