Problem in reseting chat while browser reload
# 🤝help
b
Need help in RESET chat while reload in webchat 2
f
Hey there, Could you elaborate a bit more on what you want to do? Do you want to clear the conversation completely, every time the browser gets refreshed.
b
Hi @fresh-fireman-491 I want clear the conversation/reset the chat , everytime the browser is refreshed in webchat 2
Thanks for the help
f
I believe that if you clear the cache in the browser on reload it will reset the chat. It worked well for the V1
Something like this
Copy code
javascript
window.addEventListener('beforeunload', function() {
    sessionStorage.clear();
    localStorage.clear();
});
b
Thanks @fresh-fireman-491 .. this is not working\