Re: This SHOULD be an easy question....
- From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
- Date: Wed, 07 Feb 2007 06:24:42 GMT
"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
:-)
.
- Follow-Ups:
- Re: This SHOULD be an easy question....
- From: Chad Dokmanovich
- Re: This SHOULD be an easy question....
- References:
- This SHOULD be an easy question....
- From: Chad Dokmanovich
- This SHOULD be an easy question....
- Prev by Date: Re: How do I declare and fill this array?
- Next by Date: Re: Databinding by code
- Previous by thread: This SHOULD be an easy question....
- Next by thread: Re: This SHOULD be an easy question....
- Index(es):
Relevant Pages
|