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. Sessions Variables are replicating in multiple instances of the browser

Sessions Variables are replicating in multiple instances of the browser

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
4 Posts 3 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.
  • P Offline
    P Offline
    payback
    wrote on last edited by
    #1

    Well , i come up with this starnge problem .I will appreciate if anyone continue on this so that we may come up with a solution. i have developed an application ASP.NET/VB.NET for my client,But now i am coming up with the problem that sometime the values of the Session Variable (i am using a few) replicate themself in multiple instances of the Browser. i am using ie6 .One main thing is this is not happening every time. waiting for response!!!!!! Best Regards

    S 1 Reply Last reply
    0
    • P payback

      Well , i come up with this starnge problem .I will appreciate if anyone continue on this so that we may come up with a solution. i have developed an application ASP.NET/VB.NET for my client,But now i am coming up with the problem that sometime the values of the Session Variable (i am using a few) replicate themself in multiple instances of the Browser. i am using ie6 .One main thing is this is not happening every time. waiting for response!!!!!! Best Regards

      S Offline
      S Offline
      sivilian
      wrote on last edited by
      #2

      Session variables are stored on the client in cookies which contains a session id which ASP.NET uses to maintain session state. I could see this happening when you open a new instance of IE, while one is still open, or if you simply open a new window from within the browser. There is not much you could do about that short of explicitly ending rhe session in your application. But I am curious, is the session maintained after the browser closes and reopens. sivilian

      P M 2 Replies Last reply
      0
      • S sivilian

        Session variables are stored on the client in cookies which contains a session id which ASP.NET uses to maintain session state. I could see this happening when you open a new instance of IE, while one is still open, or if you simply open a new window from within the browser. There is not much you could do about that short of explicitly ending rhe session in your application. But I am curious, is the session maintained after the browser closes and reopens. sivilian

        P Offline
        P Offline
        payback
        wrote on last edited by
        #3

        hi, No the Session is not maintained once the browser is closed. i wonder what to do with this.:(

        1 Reply Last reply
        0
        • S sivilian

          Session variables are stored on the client in cookies which contains a session id which ASP.NET uses to maintain session state. I could see this happening when you open a new instance of IE, while one is still open, or if you simply open a new window from within the browser. There is not much you could do about that short of explicitly ending rhe session in your application. But I am curious, is the session maintained after the browser closes and reopens. sivilian

          M Offline
          M Offline
          Mariusz Wojcik
          wrote on last edited by
          #4

          I remember that there was an parameter "Open Internet Explorer windows in new process" (or something like this) in IE settings, but now I can't find it - maybe it's hidden somewhere. Try this... -- Mariusz 'mAv' Wójcik master e-software engineer (BPC)

          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