Http Session
Http Session is a way to create state in a HTTP5 conversation between a client and a server. The idea is that we send the client a key, which they store as a cookie, this key can then be used to lookup information about the user.
Read more about it here: