I want to clear localstorage cookies
while tab or browser closing time.I don't want to clear 'cookies' while reload time.
I tried with unload and onbeforeunload
events,both are not working in also If I use unload
,it will fire even If I reload my application,so I don't want to use that.
finally what I want,clear cookies
while tab or browser
closing time.How can I do this.
Thanks,can anyone help me.