Which of the following php.ini directives defines where session data is stored?

a. session.save_handler
b. session.use_cookies
c. session.cookie_domain
d. session.cookie_secure


a. session.save_handler

Computer Science & Information Technology

You might also like to view...

Case-based Critical Thinking QuestionsCase 13-2Judy has begun to apply the basic information that you have given her about schemas, and she would now like your help in mastering the details of how schemas work. Judy would like to indicate that the ingredient element must appear at least once in a recipe, and that it cannot appear more than 20 times. Which of the following should she add to the element declaration to indicate these restrictions?

A. occurs="1:20" B. occurs="[1:20]" C. use="1:20" D. minOccurs="1" maxOccurs="20"

Computer Science & Information Technology

Operating systems use ________, often provided by hardware manufacturers, to perform device-specific I/O operations.

a) controllers b) device drivers c) APIs d) none of the above

Computer Science & Information Technology

Which of the following chart types shows trends over a continuous period of time?

A. Bar B. Scatter C. Line D. Pie

Computer Science & Information Technology

A ________ typeface uses the same width for every character

A) monospaced B) proportional C) serif D) sans serif

Computer Science & Information Technology