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
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)