X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxhr.js;h=ca1a2a0adb48ddbb0147b5a69a756f48e40fa04a;hb=b1ab2024d5e2e81099c704a6b78ef9d5476c5f62;hp=044e99d9dd4c81c5aa275a9c7007d2e581c43d1b;hpb=36685f3a8ecf028a819ec274ff263043f45d0669;p=brisk.git diff --git a/web/xhr.js b/web/xhr.js index 044e99d..ca1a2a0 100644 --- a/web/xhr.js +++ b/web/xhr.js @@ -53,7 +53,11 @@ function xhr_rd_start(sess,stat,subst,step) { if (the_end) return; - createCookie("sess",sess,1,xhr_rd_cookiepath); + createCookie("sess", sess, 24*365, xhr_rd_cookiepath); + + // NOTE: *ctx = "" to prevent konqueror stream commands duplication. + xhr_rd_oldctx = ""; + xhr_rd_newctx = ""; /* NOTE document.uniqueID exists only under IE */ // alert("di qui3");