JSPs | DataBean activation


Session-aware JSP

By default, all JSPs are session aware, meaning that they can participate in HTTP session-related operations. If your JSP does not need such participation, disable it by using the JSP page directive (for example, <%@ page session="false" >). Otherwise, this will cause the HTTP session to be created if it does not exist.