You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as a web app (flask) the chatbot can be potentially hit by multiple users at once. Handling variables will not be safe such as: "My name is user 1" then "My name is user 2" will set the final variable as "user 2" even if user 1 continues the dialog.
Is there a technique available to maintain the user context?
The text was updated successfully, but these errors were encountered:
Hi, as a web app (flask) the chatbot can be potentially hit by multiple users at once. Handling variables will not be safe such as: "My name is user 1" then "My name is user 2" will set the final variable as "user 2" even if user 1 continues the dialog.
Is there a technique available to maintain the user context?
The text was updated successfully, but these errors were encountered: