Dealing with sessions on explorer 7



How do you deal with sessions on IE7?

Each tab seems to share the same session? This is a real problem as a
person could go to the site, leave the site open and open another page and
be still logged in and share the session information, which I definately
don't want to do.

In IE6, this wasn't a problem as each instance of the browser would have
it's own session ID and information.

Thanks,

Tom


.



Relevant Pages

  • Re: Display Manager Problems -- CRY FOR HELP
    ... >>However, before I found the real problem, I went and touched the ... When I came back about 5 minutes later, there was my echoed username. ... the "Your session lasted less than 10 ... LOOKS LIKE 'X', rather than gdm, is hosed. ...
    (Debian-User)
  • Re: Problem with a session
    ... Your first posting was a bit vague, but now I understand your problem. ... the POSTDATA and sets againg the session variable to true and anyone ... This IS a real problem, and you cannot 100% solve it. ... try to tell the browser NOT to chache it. ...
    (comp.lang.php)
  • Re: Dealing with sessions on explorer 7
    ... This is a real problem as a person could go to the site, leave the site open and open another page and be still logged in and share the session information, which I definately don't want to do. ... You could partly protect yourself from this if you store the creation time of the last page in the Session object, and also in the page so that you can send it back with every request. ... You can open a new window instead of starting a new instance, and the new window is in the same session. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Dealing with sessions on explorer 7
    ... then tie a context to each guid, as each page should act its own session. ... This is a real problem as a person could go to the site, leave the site open and open another page and be still logged in and share the session information, which I definately don't want to do. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: design question: sessions vs arguments
    ... On occasions I would open still another tab ... It really isn't a matter of making a choice between GET and session. ... Session variables are designed for persistency. ... You mention handling "URL parameters", and I gave a suggestion on how to determine what constitutes is a "URL parameter". ...
    (comp.lang.php)

Loading