From: Matteo Nastasi (mop) Date: Tue, 16 Jan 2007 19:48:16 +0000 (+0000) Subject: modificata gestione cookie X-Git-Tag: 3.0.0~373 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=398599544f1ecb5dc0366f165c284022152aa966;p=brisk.git modificata gestione cookie --- diff --git a/web/xhr.js b/web/xhr.js index 044e99d..279663d 100644 --- a/web/xhr.js +++ b/web/xhr.js @@ -53,7 +53,7 @@ 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 document.uniqueID exists only under IE */ // alert("di qui3");