Sessions
- A session is a scratchpad area that persists even after your application exits.
- Each user has their own individual session.
- So if you store a value in the session when Gordon is running the application,
- that value will be private for Gordon,
- and independent of the value stored for Edna.