•Remember
that each HTTP request is unrelated to any other (as far as the Web server is
concerned).
•Each
new request to a server starts up a brand new copy of the server program (a new thread,
or a new process).
•Providing
sessions requires keeping state information.