Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Session Data Crossing in Mail

Session Data Crossing in Mail

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhelp
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rathika Krishnavelu
    wrote on last edited by
    #1

    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

    S S A 3 Replies Last reply
    0
    • R 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

      S Offline
      S Offline
      Sandesh M Patil
      wrote on last edited by
      #2

      dont understand please describe.......... :)

      1 Reply Last reply
      0
      • R 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

        S Offline
        S Offline
        surender m
        wrote on last edited by
        #3

        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!.......

        R 1 Reply Last reply
        0
        • S surender m

          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!.......

          R Offline
          R Offline
          Rathika Krishnavelu
          wrote on last edited by
          #4

          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

          S 1 Reply Last reply
          0
          • R 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

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            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.

            R 1 Reply Last reply
            0
            • A Abhijit Jana

              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.

              R Offline
              R Offline
              Rathika Krishnavelu
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              • R Rathika Krishnavelu

                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

                S Offline
                S Offline
                surender m
                wrote on last edited by
                #7

                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!.......

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups