MongoTrackerStore loads previous conversation of a user

I have saved user-bot conversations in mongotrackerstore which is saving the user-bot conversation. Suppose the user logs off and starts the conversation after some time, the conversation gets loaded. But i want to maintain different conversation log for all conversations started by a user.

How to maintain this different conversations of a single user in mongodb.

Hi @sahil_soni,

What are you using as an input channel? You could automate this to generate a new sender_id upon new conversation window. Alternatively you could add a timeout using ReminderScheduled