1. Value is 0. 2. Sends the user back to the home page. 3. - isActive with value 1 - userInfo with value This+cookie+could+store+sensitive+data 4. Setting the isActive cookie value to 1 interprets the user as being logged in and redirects them to blog.php 5. Redirects to a temporary page showing the user's stored cookies and their values before redirecting to fakeEvil.php. The values appear to be th esame in the cookie manager. isActive's value is 1. 6. The comment prints out exactly as it's typed in; perhaps it's not working as intended on Chrome or Firefox where the HTML or JS is executed with the bold font and/or alert() with an alert box showing 'xss.' 7. Having sensitive information within a cookie is an easy way to put data at risk. 8. Never trust the user and always hide the data.