> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.co-din.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How can I reset a Crisp session when a user logs out?

Articles on: [Developers](/en/category/developers-12l9l8o/)

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"])```

  
  
Want to know more about the $crisp interface? Read: [How to use $crisp Javascript SDK?](https://docs.crisp.chat/guides/chatbox-sdks/web-sdk/dollar-crisp/)

Updated on: 13/03/2024