Problem with IE7 tabs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satyapalla
    New Member
    • Feb 2008
    • 4

    Problem with IE7 tabs

    Hi all, i opened two tabs and open my site and logedin with diferent user, then it is overwrite recent user properties in anothertab. it should not work like this. it should perform individually insted of over write.

    Help me as early as possible.
    Thank you
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by satyapalla
    Hi all, i opened two tabs and open my site and logedin with diferent user, then it is overwrite recent user properties in anothertab. it should not work like this. it should perform individually insted of over write.

    Help me as early as possible.
    Thank you
    Coz it overwrites old cookie with the new one.

    btw.. are you using cookies?

    Comment

    • satyapalla
      New Member
      • Feb 2008
      • 4

      #3
      Hi thank You for gave reply to my problem. But here we are not using sessions. we are using only sessions after logged in.


      Originally posted by hsriat
      Coz it overwrites old cookie with the new one.

      btw.. are you using cookies?

      Comment

      • satyapalla
        New Member
        • Feb 2008
        • 4

        #4
        Originally posted by satyapalla
        Hi thank You for gave reply to my problem. But here we are not using sessions. we are using only sessions after logged in.

        Sorry . spell mistake. here we are not using cookies , we are using sessions after logged in to site

        Comment

        • nathj
          Recognized Expert Contributor
          • May 2007
          • 937

          #5
          Originally posted by satyapalla
          Sorry . spell mistake. here we are not using cookies , we are using sessions after logged in to site
          Hi,

          I think the reason for this is that the session information is overwritten with the second login as the login has come from the same browser on the same computer and so the session replaces the information it has.

          The simple solution is don't do that. I can't think of any situation where two users would log in independantly on the same machine.

          Cheers
          nathj

          Comment

          • Markus
            Recognized Expert Expert
            • Jun 2007
            • 6092

            #6
            Originally posted by nathj
            Hi,

            I think the reason for this is that the session information is overwritten with the second login as the login has come from the same browser on the same computer and so the session replaces the information it has.

            The simple solution is don't do that. I can't think of any situation where two users would log in independantly on the same machine.

            Cheers
            nathj
            Agreed.
            It's a silly, theoretical situation.

            Comment

            Working...