Remove camForm browser storage data on session expiry?

Hi,

Currently when using embedded forms in tasklist, the formData is stored in the browser’s local storage as shown below:

When a user logs into tasklist completes the embedded form, but does not submit the form, then waits until session expiry, the formData is not cleared from the browsers storage. If a user logs back into the system and opens the same embedded form, the form is already populated with the data previously filled in.

Is there a way to ensure this formData gets cleared when the session expires?