Which of the following function produces an array containing the names of all session variables?

20. Which of the following function produces an array containing the names of all session variables?

  1. Session.collection
  2. Session.array
  3. Session.dict
  4. Session.keys

Answer: D) Session.keys

Explanation:

Session.keys function produces an array containing the names of all session variables.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.