Create three pages using your understanding of SESSIONS, COOKIES and PHP. On the first page, create a session and a cookie. The second page must carry the session data from the first page. If you close the browser, the cookie will pick up and re-set the session data and show the value of the session. The third page should destroy both the session and cookie data, so that when we go to the first page, we will see the reset. Use our class demos for reference.