How to Decode Flask User Sessions

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Super useful, thanks. I needed to be able to decode a flask cookie in a different language and this really made it easy to understand what I needed to do.

envueltoenplastico
Автор

Hi Miquel, I have 2 questions! 1) Why Flask not uses the secret key to encode the session cookie? 2) If 2 clients connect and have a session, where can I find the 2 sessions at the Flask side? How does Flask remember and separate the 2 clients that will request different pages during their sessions? Thanks in advance!

SA-ojbo
Автор

wao, very interesting !! I've juste tried as your video . thanks for sharing

lingjingfr
Автор

Does this mean a session based flask app is not secure?

TheNorthRemember