Quiz on Sessions
Get ready for a short quiz to test the concepts taught in this chapter.
We'll cover the following...
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
Question 1 of 40 attempted
Ask