Exam 9: Managing State Information
Exam 1: Getting Started With Php83 Questions
Exam 2: Functions and Control Structures83 Questions
Exam 3: Manipulating Strings83 Questions
Exam 4: Handling User Input83 Questions
Exam 5: Working With Files and Directories84 Questions
Exam 6: Manipulating Arrays83 Questions
Exam 7: Working With Databases and Mysql83 Questions
Exam 8: Manipulating Mysql Databases With Php84 Questions
Exam 9: Managing State Information83 Questions
Exam 10: Developing Object-Oriented Php79 Questions
Select questions type
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)
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)