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"])
Bijgewerkt op: 12/02/2026
Dankuwel!