botman / web-widget

MIT License
37 stars 68 forks source link

Save chatbot state when load page #31

Open aberaldo opened 5 years ago

aberaldo commented 5 years ago

Hello,

ive installed botman web widget. The issue is that when the user reload the page or goes to a nother page inside website, the conversation desapear and it start a new one. How can i develop in saving conversation state?. I think it will be with cookies. There is some documentation on how to implement that?

Thanks

Edd-G commented 4 years ago

I'm interested too. You can store the current chat state using the browser’s local storage. This can only be done independently.

bilogic commented 2 months ago

yea, the conversation history is kind of important