You can disable local history if you want a fresh session each time the user load the webchat
window.clustaarSettings = {
bot_id: 'MY_BOT_ID',
bot_token: 'MY_BOT_TOKEN',
// Disable conversation history in the local storage.
disableLocalHistory: true
};