Re: This SHOULD be an easy question....

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Chad Dokmanovich" <chaddokmanovich@xxxxxxxxxxx> wrote in
news:XvWdnRgcq5jO-1TYnZ2dnUVZ_vGinZ2d@xxxxxxxxxxx:

The major issue is that I need to be able to unqiue identify a BROWSER
instance. I don't know how to handle when two browser windows share
the same session data. This was a surprise when I realize that this is
what happens. I suspect too that it is also the soure of many
potential bugs for existing web apps.

This is how your web browser works (I assume IE) so unless your browser
send some sort of unique identifier... you're SOL.

How about if you load a Java/ActiveX/Javascript applet in the background
which generates a session identifier (i.e. Random Form/URL variable?). Keep
this applet/script running on all pages (IFrame perhaps). When CTRL+N is
hit, I believe the "OnLoad" even should fire - in which case you can triger
the javascript to create a new session id.

You could make the applet even fancier and poll the server to get the login
status... Thus the server could even kick particular windows/sessions out
:-)

.



Relevant Pages

  • Re: Duplicate Session ID
    ... I have created a shortcut to the URL of the app (which ... >bring up two or more browser windows for that page, the Session ID is the ... >multiple browser windows, and then key in the URL on each of them, and I do ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Resume a session
    ... You must first abandon the session ... you can't force a user to close a browser ... If your user closes all browser windows and navigates ... > I want to try to resume a session by closing the current browser and open ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Unique browser ID
    ... running on windows create just one session per machine regardless of the ... number of browser windows you have open - exactly the opposite to what you ... Actually, session ID's are issued by the server, and so, they are not ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to create a new session...
    ... well what I have been trying to do is to launch multiple new browser windows ... each with its own session from the same parent window... ... "Alex D." ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Sessions and clients
    ... This entrance page gives out a random session URL. ... you get the login page. ... user gets a *different* username. ... closes the browser, or the browser, computer, or Internet connection ...
    (comp.lang.php)