Need to clear session at start #31
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?
Close one issues, open several others...
While debugging, I'm getting repeated entries in the database every time I hit
index.php?=finish
. I think this is because$_SESSION
is storing a lot of the data, so if they array is not overwritten, the same data are posted again.Since it is likely that this application will be used by several participants in succession at the same computer, it is important that $_SESSION be emptied when each participant starts, in case a malfunction occurs and the test is ended prematurely.
Fixed in
1491499d24
.