same session problem??????? help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yabba

    same session problem??????? help

    Is there a way to tell if a user (IE6) is opening a new window to the same
    session.... ie. both (or more) windows are looking at the same info.

    Just a clue as to how to determine this would be helpful...

    Server is running .asp and the client is always IE6.

    ..asp, vbscript, jscript or dhtml clue would be great.

    TIA

  • Ken Schaefer

    #2
    Re: same session problem??????? help

    I can't think of any good way of doing this server-side.

    Client-side you could check the number of windows that you have using
    Javascript, but the end-user can easily defeat that if they wanted to...

    Cheers
    Ken

    "yabba" <REMOVETHISyabb adoo_2004@hotma il.com> wrote in message
    news:%23$kHLszT EHA.3596@tk2msf tngp13.phx.gbl. ..
    : Is there a way to tell if a user (IE6) is opening a new window to the same
    : session.... ie. both (or more) windows are looking at the same info.
    :
    : Just a clue as to how to determine this would be helpful...
    :
    : Server is running .asp and the client is always IE6.
    :
    : .asp, vbscript, jscript or dhtml clue would be great.
    :
    : TIA
    :


    Comment

    Working...