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

Brion Vibber <br...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |br...@wikimedia.org

--- Comment #1 from Brion Vibber <br...@wikimedia.org> 2011-10-13 16:31:20 UTC 
---
Sounds plausible... after a logout or session timeout (which the logout cookie
doesn't currently handle), coming back will ask for the page with your
last-seen logged-in etag... the caching proxies don't have it cached since it's
set for local-only, so pass it on to the backend app servers. MediaWiki then
checks the etag and sees that it doesn't match the user id now active in your
session (if any), and kicks back an anonymous page, with the anonymous etag.

Might need to distinguish between 'session but not logged in' and 'no session
and not logged in'.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to