In this exercise you must use the PHP cookies.
Create a new PHP project in NetBeans.
Make a page with a form where you ask for the users name and maybe other information.
Make another page that stores this information in one or more cookies.
Show the cookie content on the screen on both pages.
Publish your project in Azure.
Run the project and observer the HTTP requests and responses from Wireshark. Do you see the cookies?
Add to the form to give the user an opportunity to remove the cookie.