https://bugzilla.wikimedia.org/show_bug.cgi?id=23869

--- Comment #6 from Roan Kattouw <[email protected]> 2010-06-11 19:07:35 
UTC ---
(In reply to comment #5)
> 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).
Our code does do this. Whenever it processes a cookie to decide whether to show
or hide a section, it renews it. This means cookies get refreshed on every page
view where they're used (so viewing a page without a languages section will not
renew the cookie for the languages section).

Also, the cookies' expiry time is now 30 days. If you're having trouble with
this, it's probably not due to expiring cookies as the code that makes these
cookies expire after 30 days was deployed less than 30 days ago.

-- 
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

Reply via email to