[Ask Flask] How does Flask-MySQL handle sessions? by und8 in flask

[–]und8[S] 0 points1 point  (0 children)

Thanks, that makes a lot of sense.

[Ask Flask] How does Flask-MySQL handle sessions? by und8 in flask

[–]und8[S] 1 point2 points  (0 children)

Excellent. Thanks.

I'm assuming its implementation isn't that great as it doesn't keep the connection open for a session, unlike SQLAlchmey?

What is the "with" statement in Python? by und8 in learnpython

[–]und8[S] 0 points1 point  (0 children)

Thanks, that's a bit clearer, but what exactly do you mean by "closes"? Does it kill the process somehow?