CGI and Sessions
Meaningful interactions often require “sessions”
Session continuity is a challenge.
3 separate mechanisms support solutions:
1. Passing session ID parameters between client and server with each transfer.
2. Using “cookies” on the client to identify a user or a session.
3. Storing a session file on the server between requests from a user.