Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Build a Social Network with Flask Making Strong Users The UserMixin From Flask-Login

Viktor Léhner
Viktor Léhner
12,771 Points

Tracking users with flash login

Is it possible to track all kind of user (logged in and anonymus users) with flask-login? Just imagine the next scenario. You have a webshop. You let the users to buy something without registration (put goods into cart) independent they logged in user or anonymus user. Of course the registered users, if they logged you can preload some datas for the checkout forms in advance . I think i have to use session and give this session id to my visitors. But i am not sure....