How can I reset a Crisp session when a user logs out?
If you are using Crisp on a website where users are authenticated, you should reset their Crisp session
This method uses the Crisp JavaScript API, that you can call from your own code.
Here's how you would proceed to reset the Crisp Session:
Want to know more about the $crisp interface? Read: How to use $crisp Javascript SDK?
This method uses the Crisp JavaScript API, that you can call from your own code.
Here's how you would proceed to reset the Crisp Session:
$crisp.push(["do", "session:reset"])
Want to know more about the $crisp interface? Read: How to use $crisp Javascript SDK?
Updated on: 13/03/2024
Thank you!