Multiple choice technology web technology

what is the default value for the Attribute session of the Page Directive ?

  1. True

  2. False

  3. Boolean

  4. -1

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The session attribute of the JSP Page directive defaults to 'true', which means session tracking is automatically enabled. Setting it to 'false' disables session creation for that page, useful for stateless pages to improve performance.