I recently discovered that “delete all browsing data after each session” is a Windows Group Policy setting. I discovered this after developing and deploying a feature in our webapp that uses localStorage to store user input for crash recovery, for a particularly-long-form data entry feature.
Likely, these settings and memory are based on browser cookies or local storage that is getting wiped, due to this policy.
I recently discovered that “delete all browsing data after each session” is a Windows Group Policy setting. I discovered this after developing and deploying a feature in our webapp that uses
localStorageto store user input for crash recovery, for a particularly-long-form data entry feature.Likely, these settings and memory are based on browser cookies or local storage that is getting wiped, due to this policy.