Cookie-Based Sessions
Notes
This lesson examines what is going on behind the scenes when we use our session
object in Flask.
Reference
In case you're curious about the JavaScript decoding function used in the video, atob()
, you can read up on it here.