| Hour 12. Saving Data Between RequestsWhat You'll Learn in This Hour: How to securely store data in hidden form variablesWhat sessions are and how they can be used to store information about a clientHow to store information that can be used by the entire application
 Web programmers often need to keep track of data between user requests. For example, you'll often need to remember who the client is so that you can personalize the content or services.  |