Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session Management using inbuilt modules #900

Closed
vyz1194 opened this issue Aug 3, 2017 · 4 comments
Closed

Session Management using inbuilt modules #900

vyz1194 opened this issue Aug 3, 2017 · 4 comments
Labels

Comments

@vyz1194
Copy link

vyz1194 commented Aug 3, 2017

I have modified the response selector by adding a variable to keep track of the context
but when I tried it out with multiple users, I see the context get overwritten by the last incoming message from any user

So thinking of writing the context with the session id into the mongo

Can anybody guide me on how I can use inbuilt session module to enable this functionality
or if there any better approach please do suggest

Any help is welcome :)
Thanks in advance !

@gunthercox
Copy link
Owner

Hi @vyz1194, If by "inbuilt session module" you mean the one included in ChatterBot, I would recommend against using it. I've made changes to remove ChatterBot's session management system in the next version in favor of storing a history of individual conversations in the database. I think this might be closer to what you are looking for.

@vyz1194
Copy link
Author

vyz1194 commented Sep 11, 2017

Thanks for the Reply @gunthercox

Can please tell me which all modules will/have change with your update ?

very sorry for responding this late

@vkosuri
Copy link
Collaborator

vkosuri commented Sep 11, 2017

Reference pull request #828

@lock
Copy link

lock bot commented Mar 10, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants