session variables with two browsers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • max underwood

    session variables with two browsers

    we are using internet explorer 6, reading information from w2k iis asp. users
    are opening two browsers so they can keep two sessions open with different
    information. It is rare, but sometimes the the non-active browser will use
    the session varibles from the active one. We have deleted local content and
    cookies with no affect. any thoughts? Thanks

    --
    max underwood
    systemax corporation

  • Ray Costanzo [MVP]

    #2
    Re: session variables with two browsers

    This is determined by whether or not the client machine starts a new process
    for the browser. Example, if you see only one iexplore.exe process running
    but two browser windows, those two browser windows are sharing a single
    process on the machine.

    Ray at work

    "max underwood" <maxunderwood@d iscussions.micr osoft.com> wrote in message
    news:6D0786F5-F771-4304-AE49-D30EC1F31322@mi crosoft.com...[color=blue]
    > we are using internet explorer 6, reading information from w2k iis asp.
    > users
    > are opening two browsers so they can keep two sessions open with different
    > information. It is rare, but sometimes the the non-active browser will use
    > the session varibles from the active one. We have deleted local content
    > and
    > cookies with no affect. any thoughts? Thanks
    >
    > --
    > max underwood
    > systemax corporation
    >[/color]


    Comment

    • Dave Anderson

      #3
      Re: session variables with two browsers

      max underwood wrote:[color=blue]
      > we are using internet explorer 6, reading information from w2k iis
      > asp. users are opening two browsers so they can keep two sessions
      > open with different information. It is rare, but sometimes the the
      > non-active browser will use the session varibles from the active one.
      > We have deleted local content and cookies with no affect. any
      > thoughts?[/color]

      Here's a thought: train your users to actually use two browsers (2 instances
      of IE is not two browsers) or wean them from this practice altogether.

      Internet Explorer has not had a user-configurable "browse in separate
      process" option since version 5.01, which means IE decides on-the-fly
      whether to share sessions between windows (not to mention frames). You do
      not get to choose when.

      That said, there will never be any confusion over which session is which if
      the user is toggling between IE and one of these:

      Mozilla’s family of products are all designed to keep you safer and smarter online

      Faster, safer and smarter than default browsers. Fully-featured for privacy, security, and so much more. Get the faster, better Opera browser for free.





      --
      Dave Anderson

      Unsolicited commercial email will be read at a cost of $500 per message. Use
      of this email address implies consent to these terms. Please do not contact
      me directly or ask me to contact you directly for assistance. If your
      question is worth asking, it's worth posting.


      Comment

      • maurodev

        #4
        Re: session variables with two browsers


        Hi,

        we've also seen this, but thought maybe we were not correctly clearin
        local content.

        Is there some way to configure the client PC to run each browser i
        its' own process?

        Thanks,

        Mauro Ciacci


        -
        maurode
        -----------------------------------------------------------------------
        Posted via http://www.codecomments.co
        -----------------------------------------------------------------------

        Comment

        • Dave Anderson

          #5
          Re: session variables with two browsers

          maurodev wrote:[color=blue]
          > we've also seen this, but thought maybe we were not correctly clearing
          > local content.
          >
          > Is there some way to configure the client PC to run each browser in
          > its' own process?[/color]

          Each browser already runs in its own process. Multiple instances of the same
          browser may or may not. If you want concurrent sessions, use two different
          browsers.


          --
          Dave Anderson

          Unsolicited commercial email will be read at a cost of $500 per message. Use
          of this email address implies consent to these terms. Please do not contact
          me directly or ask me to contact you directly for assistance. If your
          question is worth asking, it's worth posting.


          Comment

          • Patrice

            #6
            Re: session variables with two browsers

            As a side note, I wonder it couldn't be included in the application. If they
            need another account I would say this is because the application should have
            a mean to grant some additional rights on these items to the user primary
            account (instead of using another account)...

            Much like those mail applications where you can give rights to your mailbox
            to other users...

            Patrice


            --

            "maurodev" <maurodev.1fveh q@mail.codecomm ents.com> a écrit dans le message
            de news:maurodev.1 fvehq@mail.code comments.com...[color=blue]
            >
            > Hi,
            >
            > we've also seen this, but thought maybe we were not correctly clearing
            > local content.
            >
            > Is there some way to configure the client PC to run each browser in
            > its' own process?
            >
            > Thanks,
            >
            > Mauro Ciaccio
            >
            >
            >
            > --
            > maurodev
            > ------------------------------------------------------------------------
            > Posted via http://www.codecomments.com
            > ------------------------------------------------------------------------
            >[/color]


            Comment

            • Mark Schupp

              #7
              Re: session variables with two browsers

              try adding -new to the command line in the shortcut they use to launch IE.
              as in:

              "C:\Program Files\Internet Explorer\iexplo re.exe" -new

              This used to start the browser in a new process, not sure if it works with
              IE6. This will likely not affect instances created by ctrl-N or by links
              with target="_blank" .

              There might be a system-wide setting you could make somewhere but that would
              cause child windows created by a browser instance to not share the parent's
              session (some applications depend on that).

              --
              --Mark Schupp
              Head of Development
              Integrity eLearning


              "maurodev" <maurodev.1fveh q@mail.codecomm ents.com> wrote in message
              news:maurodev.1 fvehq@mail.code comments.com...[color=blue]
              >
              > Hi,
              >
              > we've also seen this, but thought maybe we were not correctly clearing
              > local content.
              >
              > Is there some way to configure the client PC to run each browser in
              > its' own process?
              >
              > Thanks,
              >
              > Mauro Ciaccio
              >
              >
              >
              > --
              > maurodev
              > ------------------------------------------------------------------------
              > Posted via http://www.codecomments.com
              > ------------------------------------------------------------------------
              >[/color]


              Comment

              • max underwood

                #8
                Re: session variables with two browsers

                Ray, do you have any thoughts on how to make sure the user is in a separate
                process?

                "Ray Costanzo [MVP]" wrote:
                [color=blue]
                > This is determined by whether or not the client machine starts a new process
                > for the browser. Example, if you see only one iexplore.exe process running
                > but two browser windows, those two browser windows are sharing a single
                > process on the machine.
                >
                > Ray at work
                >
                > "max underwood" <maxunderwood@d iscussions.micr osoft.com> wrote in message
                > news:6D0786F5-F771-4304-AE49-D30EC1F31322@mi crosoft.com...[color=green]
                > > we are using internet explorer 6, reading information from w2k iis asp.
                > > users
                > > are opening two browsers so they can keep two sessions open with different
                > > information. It is rare, but sometimes the the non-active browser will use
                > > the session varibles from the active one. We have deleted local content
                > > and
                > > cookies with no affect. any thoughts? Thanks
                > >
                > > --
                > > max underwood
                > > systemax corporation
                > >[/color]
                >
                >
                >[/color]

                Comment

                • Ray Costanzo [MVP]

                  #9
                  Re: session variables with two browsers

                  Have you looked at the other responses with suggestions?

                  Ray at work

                  "max underwood" <maxunderwood@d iscussions.micr osoft.com> wrote in message
                  news:B87E45C7-45E9-4AED-AFF5-78B49BF17594@mi crosoft.com...[color=blue]
                  > Ray, do you have any thoughts on how to make sure the user is in a
                  > separate
                  > process?
                  >
                  > "Ray Costanzo [MVP]" wrote:
                  >[color=green]
                  >> This is determined by whether or not the client machine starts a new
                  >> process
                  >> for the browser. Example, if you see only one iexplore.exe process
                  >> running
                  >> but two browser windows, those two browser windows are sharing a single
                  >> process on the machine.
                  >>
                  >> Ray at work
                  >>
                  >> "max underwood" <maxunderwood@d iscussions.micr osoft.com> wrote in message
                  >> news:6D0786F5-F771-4304-AE49-D30EC1F31322@mi crosoft.com...[color=darkred]
                  >> > we are using internet explorer 6, reading information from w2k iis asp.
                  >> > users
                  >> > are opening two browsers so they can keep two sessions open with
                  >> > different
                  >> > information. It is rare, but sometimes the the non-active browser will
                  >> > use
                  >> > the session varibles from the active one. We have deleted local content
                  >> > and
                  >> > cookies with no affect. any thoughts? Thanks
                  >> >
                  >> > --
                  >> > max underwood
                  >> > systemax corporation
                  >> >[/color]
                  >>
                  >>
                  >>[/color][/color]


                  Comment

                  Working...