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

Matthias Mullie <mmul...@wikimedia.org> changed:

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

--- Comment #2 from Matthias Mullie <mmul...@wikimedia.org> ---
For the case of "I'm logged in, so interface shows my name; but I take too long
- then submit and apparently was no longer logged in (session expired)":

When submitting the post, we could fetch user id from JS (mw.config.get(
'wgUserId' )), submit it along with the post content being submitted. When
validating post submission, we can check if against request context user. If
they don't match, we can respond with an error (similar to edit conflict) to
inform the user they're no longer logged in. They could then either submit
anyway, or copy the content, log in again, and re-submit.

Just one idea.

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