Menu

#9 Multiple logouts

open
nobody
None
1
2012-07-18
2000-08-27
No

When logout button is pressed logout is made 5 or 6 times

Discussion

  • Victor A. Rodriguez

    The problem is located in TOC.pl file, logOut() function from JavaScritp code :

    function logOut() {

    wins=new Array('fol','srch','u_info','comp','drive','addr','newwin');

    for (var i=0;i<wins.length;i++) {

    eval ('var '+wins[i]);

    }

    for (var i=0;i<wins.length;i++) {

    thiswin = eval (wins[i]);

    if (thiswin != null && !thiswin.closed){

    thiswin.close();

    }

    This implementation gets a non-so-cute effect (6 warning messages) when the alert for non-encripted information sending is activated in the browser.

    The resolution is left to later stage.

     
  • Victor A. Rodriguez

    Logged In: YES
    user_id=23237

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB