Quiz on Sessions

Get ready for a short quiz to test the concepts taught in this chapter.

We'll cover the following...
Technical Quiz
1.

What do you need to do before you can save anything to the session?

A.

Manually set a PHPSESSID cookie.

B.

Call session_start().

C.

Call session_start('name','PHPSESSID').

D.

None of the above


1 / 4