Lecture 27 Quiz: Cookies & Session Tracking

Note

Review before quiz: Lectures | Week 9 Content | Lab 7

Lecture 27 Self-Check

Question 1: HTTP protocol behavior requires session tracking mainly because HTTP is what?
Select an item
Question 2: Which description best matches a cookie?
Select an item
Question 3: Cookies are best suited for storing which kind of data?
Select an item
Question 4: Which call is used to obtain all cookies sent by the browser in the current request?
Select an item
Question 5: What is the key effect of calling session.invalidate() during logout?
Select an item