Computer Science 390 – PHP Chapter 12 Lab
Objective: Use Cookies and Session Objects in PHP.
· Read through my notes on Session Objects and Cookies and look up the topics in the PHP Manual.
· Create two separate web pages (you can use pages that you have previously created for other assignments).
· Create two session objects and two cookies on the first page.
· Display the session objects and cookies on the second page and change their values.
· Display the session objects and cookies on the first page to show that their values have changed.
· Submit your PHP programs to the Moodle link for this assignment.