X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=0f7c46c7299eadc853c93709a0f1b4f5411d3e2b;hb=34495fd64f6e0749144412348c2dfdad37bddf85;hp=cc4d211b4c1df2358a93a532412d5b35f789389c;hpb=9b4ce3e614e0636bc76fee81d5c1ec41ae5bd742;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index cc4d211..0f7c46c 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -591,7 +591,7 @@ class User { $is_page_streaming = TRUE; log_crit("BLOCKING_ERROR UNREC: ".($is_unrecoverable ? "TRUE" : "FALSE")); - return (sprintf(($is_unrecoverable ? 'hstm.stop(); ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("index.php");')); + return (sprintf(($is_unrecoverable ? 'xstm.stop(); ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("index.php");')); } // FIXME TO SUPPORT iframe @@ -605,7 +605,7 @@ class User { log_rd2("PAGE_SYNC"); printf("xXx USER::PAGE_SYNC [%s]\n", get_class($this)); - return (sprintf('createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); hstm.stop(); window.onunload = null; window.onbeforeunload = null; document.location.assign("%s");', $table_idx, $table_token, $page)); + return (sprintf('createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); xstm.stop(); window.onunload = null; window.onbeforeunload = null; document.location.assign("%s");', $table_idx, $table_token, $page)); } @@ -755,16 +755,18 @@ class User { public static function stream_fini($init_string, $is_unrecoverable) { + printf("xXx user::stream_fini\n"); + // IF IFRAME THEN: $body = ""; $body .= sprintf(" - + "); @@ -819,13 +821,13 @@ function stream_init($init_string, $enc, &$header_out, &$body, $get, $post, $coo $body .= sprintf(" - + ");