The Flask session object - Python on the web - Learning Flask Series Pt. 16

preview_player
Показать описание
In this episode, you'll learn how to work with the Flask Session object, a globally available signed & encoded cookie (Also how to decode it!)

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

You deserve an award of the best flask teacher of the year.

mohammadaqdas
Автор

Finally I found a tutorial that shows me what is stored in the session id in the cookie! This made me understand the session also! Thanks!

SA-ojbo
Автор

Heavily underrated tutorials. Thank you sir for educating us ❤

neelanshsharma
Автор

There are no words to truly show how thankful I am to you for making such an amazing series. I have lost count of the number of tutorials I have been through (YouTube and others) to try and understand web development with Flask, and you have single-handedly helped me understand the entire system as well as best practices to implement in my work.
Thank you, thank you, thank you!!!

ammaramirkhan
Автор

Thank you very very much, this episode has exactly what I have been searching for 3 days.

Abdulrahman-zjcv
Автор

I was confused with some concepts of session object but after watching this video everything became crystal clear to me. Thank You

rittikdasgupta
Автор

Thank you so much Julian. It's extremely helpful for me to understand the overall concept.

sainbayarbattur
Автор

Brilliant series of videos. I certainly wish I’d found them earlier! Thanks very much.

johnmclean
Автор

Such an underrated channel, You've got great content! Thanks :-)

Aibiloye
Автор

Amazingly Lovely session! Thank You very much.

mnauet
Автор

The session id cookie in the browser is modified at the server AND at the browser for every new key/value pair added to the session right? How Flask separates sessions from different clients? I tried to connect with 2 different computers and not understand how and where Flask stores the different session objects at the server side for multiple clients. Can you explain please?

SA-ojbo
Автор

why the secret key is not used to encode the cookie instead of the base-64 encoding? Thx.

SA-ojbo
Автор

Agree with all the others. This whole series has been great - both the videos and content on pythonise.com

mattgregory
Автор

Thanks man, I really appreciate your effort, please keep it coming.

raysun
Автор

Hello Julian. Can you please do a video explaining more on differences in like taking, popping out variables in python flask as some variables will be quoted in [ ], {}, (). And also the way username is declared in different quotations

tinashe
Автор

Hello Julian,
great content!
One question regarding sessions. If I just close the browser the session will remain into the browser (at least with Chrome). This way I can still access the user page (after login). Is there a way to sense when the user closes the browser and clear the session afterwards with Flask. I havent found anything useful in the documentation

Thanks

raimondomarino
Автор

such a good content and so little views.. but keep going, it will find its way to the public

experimentalhypothesis
Автор

Hello, I need help. I want include models with flasksqlalchemy. And I dont understend the config video. Thank you!

tiamirta
Автор

whats the difference between these three... and what is their use cases?
from flask import session
from flask_session import Session
from flask_sessionstore import Session

ironF
Автор

Thanks man! this is a really great video. What terminal are you using? Is it for windows subsystem for linux?

davidarchuletajr.