livechat / chat-window-ios

Embeding LiveChat mobile chat window in iOS application
MIT License
24 stars 31 forks source link

Chat Session #8

Closed bombez closed 6 years ago

bombez commented 6 years ago

Hi, I'll currently develop an App with Login flow and I've implement the LiveChat successfully, but I've notice that there's no method to reset session. Let me explain: login -> start chat -> logout -> start chat

when the user start the chat for the second time, it's present the previous chat. I think I've miss something, there's a method to reset the communication and start a new chat?? Thanks.

Jercik commented 6 years ago

Hi, I've added method called clearSession() which clears all cookies and website data. Please try it and tell me if it's working as expected.

bombez commented 6 years ago

Hi Jercik, thank you, it is working as aspected!