Zend 200-500 Question Answer
A script residing at http://example.com/phpcert/cookies.php contains the following code:
1
2 setcookie('name1', 'value1', time() + 60*60*24, '/');
3 setcookie('name1', 'value2');
4 ?>
The web browser is configured to accept all cookies. How many cookies will be set by this script?
Zend 200-500 Summary
- Vendor: Zend
- Product: 200-500
- Update on: Jul 25, 2025
- Questions: 219