J
James Hunter Ross
Friends,
Our application has a "session" concept, and it just cannot work reliably if
more than one browser instance (two tabs, or two IE8 instances on a single
workstation) refer to the same session. Cookies are involved apparently.
Anyway, is there any good technique we can use to notice that a second tab
or browser instance is accessing our application session. Right now, at the
server side we just don't have a distinction between on tab/instance and
another if they are all from the same workstation.
I may have phrased this poorly, I'm not actually on the web development
team, (I do SQL back-end stuff), but any words or thoughts you have will be
greatly appreciated.
James
Our application has a "session" concept, and it just cannot work reliably if
more than one browser instance (two tabs, or two IE8 instances on a single
workstation) refer to the same session. Cookies are involved apparently.
Anyway, is there any good technique we can use to notice that a second tab
or browser instance is accessing our application session. Right now, at the
server side we just don't have a distinction between on tab/instance and
another if they are all from the same workstation.
I may have phrased this poorly, I'm not actually on the web development
team, (I do SQL back-end stuff), but any words or thoughts you have will be
greatly appreciated.
James