https://bugzilla.wikimedia.org/show_bug.cgi?id=23869
Nux <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #5 from Nux <[email protected]> 2010-06-11 08:40:46 UTC --- I think you've misunderstood my point. The point was to refresh cookies on each page load. Algorithm: var usabCookies = usab.getAllOurCookies(); foreach (usabCookies as cookie) { usab.addCookie(cookie.name, cookie.value, usab.defaultCookieDurtation); } And as seems it's not done like that, so that doesn't work for me/us (there are some concerns on our feedback page already). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
