Exam 9: Managing State Information

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Users can choose whether to accept cookies that a script attempts to write to their system.

(True/False)
4.8/5
(32)

The term ____________________ refers to a period of activity when a PHP script stores state information on a Web server.

(Short Answer)
4.8/5
(33)

In URL encoded format, each space character is represented by %20.

(True/False)
4.8/5
(37)

For a cookie to persist beyond the current browser session, you must use the ____ argument with the setcookie() function.

(Multiple Choice)
4.8/5
(34)

A(n) ____________________ is a random alphanumeric string generated by the session_start() function.

(Short Answer)
4.9/5
(42)

Session state information is stored in the ____ autoglobal.

(Multiple Choice)
4.8/5
(35)

The ____ argument is used for sharing cookies across multiple servers in the same domain.

(Multiple Choice)
4.7/5
(38)

Whenever you need to work with sessions in a PHP script, you must call the ____ function.

(Multiple Choice)
4.8/5
(39)

Cookies are stored in a binary file on the user's computer.

(True/False)
4.8/5
(34)

You create hidden form fields with the ____________________ element.

(Short Answer)
4.7/5
(34)

Each individual server or domain can store between 20 and 70 cookies on a user's computer.

(True/False)
4.8/5
(46)

To make it possible to store state information beyond a current Web page session, Microsoft invented cookies.

(True/False)
4.8/5
(38)

Whenever a Web client visits a Web server, saved ____ for the requested Web page are sent from the client to the server.

(Multiple Choice)
4.9/5
(30)

The ____ argument indicates that a cookie can only be transmitted across a secure Internet connection using HTTPS or another security protocol.

(Multiple Choice)
4.8/5
(36)

You must call the ____________________ function whenever you need to work with sessions in a PHP script.

(Short Answer)
4.8/5
(42)

Hidden input elements are visible in the URL when you use the get method but are not visible in the source code of the Web page.

(True/False)
4.9/5
(37)

____________________ are small pieces of information about a user that are stored by a Web server in text files on the user's computer.

(Short Answer)
5.0/5
(40)

The session_start() function does not accept any arguments.

(True/False)
4.7/5
(35)

Cookies created with the name and value arguments are temporary cookies.

(True/False)
4.9/5
(42)

____ are random alphanumeric strings that identifies a session.

(Multiple Choice)
4.9/5
(37)
Showing 61 - 80 of 83
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)