Zend
200-530 · Question #193
Under which circumstances is the $_SESSION super-global available? (Choose 2)
The correct answer is A. If session_start() was called. B. If session.auto_start INI setting is enabled. Zend 200-530 Exam
State Management
Question
Under which circumstances is the $_SESSION super-global available? (Choose 2)
Options
- AIf session_start() was called.
- BIf session.auto_start INI setting is enabled.
- CAlways available in PHP 5.
- DIf a valid session id is passed via GET, POST or COOKIE.
- EIf register_globals are enabled.
How the community answered
(28 responses)- A75% (21)
- C7% (2)
- D14% (4)
- E4% (1)
Explanation
Zend 200-530 Exam
Topics
#session_start#session.auto_start#$_SESSION#superglobals
Community Discussion
No community discussion yet for this question.