Typebot remember user
I embed typebot on my website that has login authentication. I use “remember user” on typebot which will remember the state of the chatbot unless I close the browser.
To access my website and chatbot, a user has to login to the website using his username and password. However when this user chats on typebot and logs out and then someone else logs back in with another username on the same browser, the chat session state from the previous user remains.
Currently I use JS to embed typebot with pre-filled user specific variables as well.
How can I fix this?
To access my website and chatbot, a user has to login to the website using his username and password. However when this user chats on typebot and logs out and then someone else logs back in with another username on the same browser, the chat session state from the previous user remains.
Currently I use JS to embed typebot with pre-filled user specific variables as well.
How can I fix this?