The session in a JSP page can be disabled by setting the session attributes to false. The following can be exampled to disable the session object using page directive: <%@ page session="false" %>

BY Best Interview Question ON 31 Mar 2020