nerdexam
Adobe

9A0-127 · Question #95

A <cfquery> tag with a well-formed SQL statement attempts to save a query object to the SESSION scope but generates a runtime error. When the same tag is executed with its name property pointing to…

The correct answer is D. Session management must enabled in the current application. See the full explanation below for the reasoning.

Question

A <cfquery> tag with a well-formed SQL statement attempts to save a query object to the SESSION scope but generates a runtime error. When the same tag is executed with its name property pointing to a variable in local variables scope, the <cfquery> tag succeeds without a runtime error. What is the most likely reason for this?

Options

  • AQuery objects cannot be saved to the SESSION scope.
  • BThe SESSION scope only allows a limited number of variables per user.
  • CThe SESSION scope allocates limited memory per user.
  • DSession management must enabled in the current application.

How the community answered

(25 responses)
  • A
    12% (3)
  • B
    4% (1)
  • C
    4% (1)
  • D
    80% (20)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice