Possible data loss if user is logged out before a form is submitted

Issue #178 resolved
Randle Taylor repo owner created an issue

If a user is performing QA in tab A, and accidentally logs out in tab B, then when they submit the data in tab A, they will be redirected to the the account login page and lose their form data.

Comments (5)

  1. Randle Taylor reporter

    If the user logs out on there own, then there is not a log we can do at this point. However, the session cookie is now refreshed every time a user requests a PerformQA View. This prevents the situation where a login cookie expires during the time between when a user requests a page and when they submit it. This happened to one of our therapists and all her morning qa data was lost and had to be repeated.

  2. Log in to comment