I am using browser IE8 to test my application and using the localStorage to track the application session. When I kill my browser from 'Task Manager' > 'kill IE process'. It does not clear my localStorage and when i open new browser then its says, you already have set the localStorage value.
here is the code which i am using.
How can I delete the localStorage, when user kills the browser from TaskManager?