Exam 9: Managing State Information

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

The setcookie() function has no required arguments.

(True/False)
4.7/5
(43)

Cookies that are available to the current Web page are automatically assigned to the ____ autoglobal.

(Multiple Choice)
5.0/5
(35)

You use the path argument to share cookies across multiple servers in the same domain.

(True/False)
4.8/5
(39)

You create a cookie by passing to the ,setcookie() function a required ____ argument and five optional arguments.

(Multiple Choice)
4.9/5
(36)

One way to preserve information following a user's visit to a Web page is to append a ____ at the end of a URL.

(Multiple Choice)
4.8/5
(40)

By default, cookies cannot contain semicolons.

(True/False)
4.8/5
(29)

You use the ____________________ function to create cookies in PHP.

(Short Answer)
4.8/5
(37)

Information about individual visits to a Web site is called ____________________.

(Short Answer)
4.7/5
(35)

To protect private data transferred across the Internet, Netscape developed _________________________ (SSL) to encrypt data and transfer it across a secure connection.

(Short Answer)
4.8/5
(49)

You cannot append a query string to any URL on a Web page.

(True/False)
4.9/5
(27)

If a client's Web browser is configured to accept cookies, the session ID is assigned to a temporary cookie named ____________________.

(Short Answer)
4.8/5
(42)

You store session state information in the $_SESSION ____.

(Multiple Choice)
4.7/5
(33)

Persistent ____________________ remain available beyond the current browser session.

(Short Answer)
4.9/5
(43)

Since cookies must be set individually, they cannot be stored in arrays.

(True/False)
4.7/5
(42)

The ____________________ argument determines how long a cookie can remain on a client system before it is deleted.

(Short Answer)
4.9/5
(37)

Hidden form fields maintain state information between Web pages, but not when the Web session closes.

(True/False)
4.9/5
(29)

To make a cookie available to all directories, use a(n) ____________________ to indicate the root directory.

(Short Answer)
4.9/5
(31)

If you want to store state information that will be available when a client revisits your Web site in the future, you must use ____.

(Multiple Choice)
5.0/5
(41)

Omitting which of the following from the setcookie() function is equivalent creating a non-existent cookie?

(Multiple Choice)
4.8/5
(40)

You can use the ____________________ function to ensure that a cookie is set before you attempt to use it.

(Short Answer)
4.8/5
(35)
Showing 41 - 60 of 83
close modal

Filters

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