Skip to content

Instantly share code, notes, and snippets.

@shabaz-ejaz
Created July 25, 2017 15:21
Show Gist options
  • Save shabaz-ejaz/cfea7cda70f26e53b05535a4517bfbea to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/cfea7cda70f26e53b05535a4517bfbea to your computer and use it in GitHub Desktop.
Clear local storage in IE11
Run the following in the developers console:
localStorage.clear();
sessionStorage.clear();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment