Problem
1. What is the name of the protocol I can use to pass encrypted credentials from a browser to a web server as part of a logon to a web site ?
2. Complete the following sentence: When I enter a URL in my browser, this sends an HTTP R_________ to my web server. The web server then sends an HTTP R__________ in reply back to my browser.
3. What is the name of the object that I can use in languages like ASP.NET to manage state on the server?
4. Give an example of how I can manage state in a web program using client side technologies.