cds-snc / c19-benefits-node

Answer some questions to find which federal programs can help you https://covid-benefits.alpha.canada.ca/. - Répondez à quelques questions pour trouver quels programmes d’aide financière fédéraux s’offrent à vous https://covid-prestations.alpha.canada.ca/.
MIT License
2 stars 4 forks source link

Clear data, but not session on "Start over" #473

Closed dsamojlenko closed 4 years ago

dsamojlenko commented 4 years ago

Currently, when a user selects "Start over" or goes back to the Start screen, we clear their entire session, ie:

req.session = null;

This has the effect of clearing out the user's entire session, including their assigned session id. But really we just need to clear their session data so they can start again on a fresh form. And if we didn't clear their session id, then we could track them across flows.