Flask differentiate users without a login page

Viewed 18

I made a website using flask that has simple input boxes that return you a math operation. But now when 2 different users want to access the website. If user A uses it then user B will also see the result. How would I make it so users can only see their response without any logging in?

0 Answers
Related