Concept Flow - Setting and getting session data
Request received
Access session object
Set session key-value
Get session value by key
Use value in response
Send response back
This flow shows how a Django view sets a value in the session and then retrieves it to use in the response.