Open
Description
I'm a beginner and am not entirely sure what this is doing.
My understanding: if it's a "first time request", 1) create an empty session object and 2) send back a header to tell the browser to create a cookie. If it's a request with a cookie, somehow use the cookie to get the session.
When does the cookie go away? The session?