- Status New
- Percent Complete
- Task Type Bug Report
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Very Low
- Priority Defer
- Reported Version 1.0 alpha1
- Due in Version Undecided
-
Due Date
Undecided
-
Votes
1
- Tom Grandgent (12.01.2016)
- Private
FS#2036 - session timeout
Got "wrong token" on creating a task whose form were open for a while in browser tab.
That means probably the session timed out on bugs.flyspray.org, so the anti csrf token doesn't existed anymore on the webserver.
It would'nt be a big problem if the browser backbutton works showing the ready written form again, but it was empty.
One solution would be temporarly storing it offline in the browser storages which are available with html5. But open for other simpler solutions..
Related to back button fix.
HTTP303 redirect solves this by showing form again on pressing browser back button with a fresh generated anti csrftoken.
See includes/modify.inc.php
I've run into this problem a few times in Flyspray 1.0-beta2 and it's very annoying. I go to add a comment to an existing task and my comment is lost forever. I have to start over and rewrite it from scratch. This never happened with 0.9.9.6.
Is there a fix?