Multiple choice technology web technology what is the default value for the Attribute session of the Page Directive ? True False Boolean -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.