- Brief -
Sessions and cookies are the building blocks of modern web applications. Being able to store data submitted by a user, and act upon it accordingly will open the doors to creating many different web applications.
Using PHP, create a simple web application that allows the user to log in to a website and see a piece of secret information. Once the user has logged in successfully, give them the option to log out.
