CSRF token expire time too short #63311
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Forms fail to save (CSRF token expired notification) if the edit page was open for a while, which can happen when large files are uploaded over slow internet.
Added subscribers: @pablovazquez, @dr.sybren
I started looking into this. The issue can be fixed by:
WTF_CSRF_TIME_LIMIT
To be further discussed with @sybren.
The issue has been addressed by raising the token time limit several months ago. Feel free to reopen if the problem persists.
Changed status from 'Open' to: 'Resolved'