multiple session with window.open?

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

    multiple session with window.open?

    I'm writing a admin app that allow the admin to click on a button call
    "Login As" which invoke window.open("lo gin.php?usernam e=username");
    When the new window is opened, the login as part is working, it is
    logged in as the user as selected but the admin login is terminated in
    the other window. Any ideas? Thank you.

  • Jerry Stuckle

    #2
    Re: multiple session with window.open?

    saidev wrote:[color=blue]
    > I'm writing a admin app that allow the admin to click on a button call
    > "Login As" which invoke window.open("lo gin.php?usernam e=username");
    > When the new window is opened, the login as part is working, it is
    > logged in as the user as selected but the admin login is terminated in
    > the other window. Any ideas? Thank you.
    >[/color]

    I think the browser only handles a single session. You need to open a
    different browser - not a new window or a copy of your existing browser.


    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...