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:
$crisp.push(["do", "session:reset"])
Updated on: 30/06/2025
Thank you!