Hello ! I have some issues with supertokens-pytho...
# support-questions
a
Hello ! I have some issues with supertokens-python with Flask. First, it’s seems to not works correctly with Gunicorn, I set the Middleware on the Flask app because I need set cookies. After some update on supertokens-python (not really proper) I’m able to create a session with cookies correctly set. But now I don’t understand how I should retrieve the session on the route handler decorated with verify_session. Do you know how I can get it ?